LLVM API Documentation
#include <MachineBasicBlock.h>
Inheritance diagram for llvm::GraphTraits< Inverse< MachineBasicBlock * > >:

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 249 of file MachineBasicBlock.h.
| typedef MachineBasicBlock llvm::GraphTraits< Inverse< MachineBasicBlock * > >::NodeType |
Definition at line 250 of file MachineBasicBlock.h.
| typedef MachineBasicBlock::pred_iterator llvm::GraphTraits< Inverse< MachineBasicBlock * > >::ChildIteratorType |
Definition at line 251 of file MachineBasicBlock.h.
| static NodeType* llvm::GraphTraits< Inverse< MachineBasicBlock * > >::getEntryNode | ( | Inverse< MachineBasicBlock * > | G | ) | [inline, static] |
| static ChildIteratorType llvm::GraphTraits< Inverse< MachineBasicBlock * > >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 255 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::pred_begin().
| static ChildIteratorType llvm::GraphTraits< Inverse< MachineBasicBlock * > >::child_end | ( | NodeType * | N | ) | [inline, static] |