LLVM API Documentation
#include <MachineBasicBlock.h>
Inheritance diagram for llvm::GraphTraits< const MachineBasicBlock * >:
Public Types | |
typedef const MachineBasicBlock | NodeType |
typedef MachineBasicBlock::const_succ_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (const MachineBasicBlock *BB) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 230 of file MachineBasicBlock.h.
typedef const MachineBasicBlock llvm::GraphTraits< const MachineBasicBlock * >::NodeType |
Definition at line 231 of file MachineBasicBlock.h.
typedef MachineBasicBlock::const_succ_iterator llvm::GraphTraits< const MachineBasicBlock * >::ChildIteratorType |
Definition at line 232 of file MachineBasicBlock.h.
static NodeType* llvm::GraphTraits< const MachineBasicBlock * >::getEntryNode | ( | const MachineBasicBlock * | BB | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< const MachineBasicBlock * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 235 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::succ_begin().
static ChildIteratorType llvm::GraphTraits< const MachineBasicBlock * >::child_end | ( | NodeType * | N | ) | [inline, static] |