LLVM API Documentation
#include <MachineBasicBlock.h>
Inheritance diagram for llvm::GraphTraits< Inverse< const MachineBasicBlock * > >:
Public Types | |
typedef const MachineBasicBlock | NodeType |
typedef MachineBasicBlock::const_pred_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (Inverse< const MachineBasicBlock * > G) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 262 of file MachineBasicBlock.h.
|
Definition at line 264 of file MachineBasicBlock.h. |
|
Definition at line 263 of file MachineBasicBlock.h. |
|
Definition at line 268 of file MachineBasicBlock.h. References llvm::MachineBasicBlock::pred_begin(). |
|
Definition at line 271 of file MachineBasicBlock.h. References llvm::MachineBasicBlock::pred_end(). |
|
Reimplemented in llvm::GraphTraits< Inverse< const MachineFunction * > >. Definition at line 265 of file MachineBasicBlock.h. References llvm::Inverse< GraphType >::Graph. |