|
LLVM
4.0.0
|
#include <MachineBasicBlock.h>
Public Types | |
| typedef const MachineBasicBlock * | NodeRef |
| typedef MachineBasicBlock::const_pred_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (Inverse< const MachineBasicBlock * > G) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 787 of file MachineBasicBlock.h.
| typedef MachineBasicBlock::const_pred_iterator llvm::GraphTraits< Inverse< const MachineBasicBlock * > >::ChildIteratorType |
Definition at line 789 of file MachineBasicBlock.h.
| typedef const MachineBasicBlock* llvm::GraphTraits< Inverse< const MachineBasicBlock * > >::NodeRef |
Definition at line 788 of file MachineBasicBlock.h.
|
inlinestatic |
Definition at line 793 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::pred_begin().
|
inlinestatic |
Definition at line 794 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::pred_end().
|
inlinestatic |
Definition at line 790 of file MachineBasicBlock.h.
References llvm::Inverse< GraphType >::Graph.
1.8.6