LLVM API Documentation
#include <MachineBasicBlock.h>

Public Types | |
| typedef MachineBasicBlock | NodeType |
| typedef MachineBasicBlock::pred_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (Inverse< MachineBasicBlock * > G) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 735 of file MachineBasicBlock.h.
| typedef MachineBasicBlock::pred_iterator llvm::GraphTraits< Inverse< MachineBasicBlock * > >::ChildIteratorType |
Definition at line 737 of file MachineBasicBlock.h.
| typedef MachineBasicBlock llvm::GraphTraits< Inverse< MachineBasicBlock * > >::NodeType |
Definition at line 736 of file MachineBasicBlock.h.
| static ChildIteratorType llvm::GraphTraits< Inverse< MachineBasicBlock * > >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 741 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::pred_begin().
| static ChildIteratorType llvm::GraphTraits< Inverse< MachineBasicBlock * > >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 744 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::pred_end().
| static NodeType* llvm::GraphTraits< Inverse< MachineBasicBlock * > >::getEntryNode | ( | Inverse< MachineBasicBlock * > | G | ) | [inline, static] |
Definition at line 738 of file MachineBasicBlock.h.
References llvm::Inverse< GraphType >::Graph.