LLVM API Documentation
#include <MachineBasicBlock.h>

Public Types | |
| typedef MachineBasicBlock | NodeType |
| typedef MachineBasicBlock::succ_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (MachineBasicBlock *BB) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 703 of file MachineBasicBlock.h.
| typedef MachineBasicBlock::succ_iterator llvm::GraphTraits< MachineBasicBlock * >::ChildIteratorType |
Definition at line 705 of file MachineBasicBlock.h.
| typedef MachineBasicBlock llvm::GraphTraits< MachineBasicBlock * >::NodeType |
Definition at line 704 of file MachineBasicBlock.h.
| static ChildIteratorType llvm::GraphTraits< MachineBasicBlock * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 708 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::succ_begin().
| static ChildIteratorType llvm::GraphTraits< MachineBasicBlock * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 711 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::succ_end().
| static NodeType* llvm::GraphTraits< MachineBasicBlock * >::getEntryNode | ( | MachineBasicBlock * | BB | ) | [inline, static] |
Definition at line 707 of file MachineBasicBlock.h.