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 229 of file MachineBasicBlock.h.
|
Definition at line 231 of file MachineBasicBlock.h. |
|
Definition at line 230 of file MachineBasicBlock.h. |
|
Definition at line 234 of file MachineBasicBlock.h. References llvm::MachineBasicBlock::succ_begin(). |
|
Definition at line 237 of file MachineBasicBlock.h. References llvm::MachineBasicBlock::succ_end(). |
|
Definition at line 233 of file MachineBasicBlock.h. |