LLVM API Documentation
#include <MachineFunction.h>
Public Types | |
typedef MachineFunction::const_iterator | nodes_iterator |
![]() | |
typedef const MachineBasicBlock | NodeType |
typedef MachineBasicBlock::const_succ_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (const MachineFunction *F) |
static nodes_iterator | nodes_begin (const MachineFunction *F) |
static nodes_iterator | nodes_end (const MachineFunction *F) |
static unsigned | size (const MachineFunction *F) |
![]() | |
static NodeType * | getEntryNode (const MachineBasicBlock *BB) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 484 of file MachineFunction.h.
typedef MachineFunction::const_iterator llvm::GraphTraits< const MachineFunction * >::nodes_iterator |
Definition at line 491 of file MachineFunction.h.
|
inlinestatic |
Definition at line 486 of file MachineFunction.h.
References llvm::MachineFunction::front().
|
inlinestatic |
Definition at line 492 of file MachineFunction.h.
References llvm::MachineFunction::begin().
|
inlinestatic |
Definition at line 495 of file MachineFunction.h.
References llvm::MachineFunction::end().
|
inlinestatic |
Definition at line 498 of file MachineFunction.h.
References llvm::MachineFunction::size().