|
LLVM
4.0.0
|
#include <MachineFunction.h>
Public Types | |
| typedef pointer_iterator < MachineFunction::iterator > | nodes_iterator |
Public Types inherited from llvm::GraphTraits< MachineBasicBlock * > | |
| typedef MachineBasicBlock * | NodeRef |
| typedef MachineBasicBlock::succ_iterator | ChildIteratorType |
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) |
Static Public Member Functions inherited from llvm::GraphTraits< MachineBasicBlock * > | |
| static NodeRef | getEntryNode (MachineBasicBlock *BB) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 857 of file MachineFunction.h.
| typedef pointer_iterator<MachineFunction::iterator> llvm::GraphTraits< MachineFunction * >::nodes_iterator |
Definition at line 862 of file MachineFunction.h.
|
inlinestatic |
Definition at line 859 of file MachineFunction.h.
References llvm::MachineFunction::front().
|
inlinestatic |
Definition at line 863 of file MachineFunction.h.
References llvm::MachineFunction::begin().
|
inlinestatic |
Definition at line 866 of file MachineFunction.h.
References llvm::MachineFunction::end().
|
inlinestatic |
Definition at line 869 of file MachineFunction.h.
References llvm::MachineFunction::size().
1.8.6