LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< MachineFunction * > Struct Template Reference

#include "llvm/CodeGen/MachineFunction.h"

Inheritance diagram for llvm::GraphTraits< MachineFunction * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< MachineFunction * >:
Collaboration graph
[legend]

Public Types

using nodes_iterator = pointer_iterator< MachineFunction::iterator >
 
- Public Types inherited from llvm::GraphTraits< MachineBasicBlock *>
using NodeRef = typename MachineBasicBlock *::UnknownGraphTypeError
 

Static Public Member Functions

static NodeRef getEntryNode (MachineFunction *F)
 
static nodes_iterator nodes_begin (MachineFunction *F)
 
static nodes_iterator nodes_end (MachineFunction *F)
 
static unsigned size (MachineFunction *F)
 

Detailed Description

template<>
struct llvm::GraphTraits< MachineFunction * >

Definition at line 954 of file MachineFunction.h.

Member Typedef Documentation

◆ nodes_iterator

Definition at line 959 of file MachineFunction.h.

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< MachineFunction * >::getEntryNode ( MachineFunction F)
inlinestatic

Definition at line 956 of file MachineFunction.h.

References llvm::MachineFunction::front().

◆ nodes_begin()

static nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_begin ( MachineFunction F)
inlinestatic

Definition at line 961 of file MachineFunction.h.

References llvm::MachineFunction::begin().

◆ nodes_end()

static nodes_iterator llvm::GraphTraits< MachineFunction * >::nodes_end ( MachineFunction F)
inlinestatic

Definition at line 965 of file MachineFunction.h.

References llvm::MachineFunction::end().

◆ size()

static unsigned llvm::GraphTraits< MachineFunction * >::size ( MachineFunction F)
inlinestatic

Definition at line 969 of file MachineFunction.h.

References llvm::MachineFunction::size().


The documentation for this struct was generated from the following file: