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 248 of file MachineBasicBlock.h.
|
Definition at line 250 of file MachineBasicBlock.h. |
|
Definition at line 249 of file MachineBasicBlock.h. |
|
Definition at line 254 of file MachineBasicBlock.h. References llvm::MachineBasicBlock::pred_begin(). |
|
Definition at line 257 of file MachineBasicBlock.h. References llvm::MachineBasicBlock::pred_end(). |
|
Reimplemented in llvm::GraphTraits< Inverse< MachineFunction * > >. Definition at line 251 of file MachineBasicBlock.h. References llvm::Inverse< GraphType >::Graph. |