|
LLVM
4.0.0
|
#include <MachineFunction.h>
Public Types | |
| typedef pointer_iterator < MachineFunction::const_iterator > | nodes_iterator |
Public Types inherited from llvm::GraphTraits< const MachineBasicBlock * > | |
| typedef const MachineBasicBlock * | NodeRef |
| typedef MachineBasicBlock::const_succ_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | 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 Public Member Functions inherited from llvm::GraphTraits< const MachineBasicBlock * > | |
| static NodeRef | getEntryNode (const MachineBasicBlock *BB) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 871 of file MachineFunction.h.
| typedef pointer_iterator<MachineFunction::const_iterator> llvm::GraphTraits< const MachineFunction * >::nodes_iterator |
Definition at line 876 of file MachineFunction.h.
|
inlinestatic |
Definition at line 873 of file MachineFunction.h.
References llvm::MachineFunction::front().
|
inlinestatic |
Definition at line 877 of file MachineFunction.h.
References llvm::MachineFunction::begin().
|
inlinestatic |
Definition at line 880 of file MachineFunction.h.
References llvm::MachineFunction::end().
|
inlinestatic |
Definition at line 883 of file MachineFunction.h.
References llvm::MachineFunction::size().
1.8.6