LLVM API Documentation
Public Types | |
typedef const BasicBlock | NodeType |
typedef succ_const_iterator | ChildIteratorType |
typedef Function::const_iterator | nodes_iterator |
Static Public Member Functions | |
static const NodeType * | getEntryNode (const BlockFrequencyInfo *G) |
static ChildIteratorType | child_begin (const NodeType *N) |
static ChildIteratorType | child_end (const NodeType *N) |
static nodes_iterator | nodes_begin (const BlockFrequencyInfo *G) |
static nodes_iterator | nodes_end (const BlockFrequencyInfo *G) |
Definition at line 52 of file BlockFrequencyInfo.cpp.
Definition at line 54 of file BlockFrequencyInfo.cpp.
Definition at line 55 of file BlockFrequencyInfo.cpp.
typedef const BasicBlock llvm::GraphTraits< BlockFrequencyInfo * >::NodeType |
Definition at line 53 of file BlockFrequencyInfo.cpp.
static ChildIteratorType llvm::GraphTraits< BlockFrequencyInfo * >::child_begin | ( | const NodeType * | N | ) | [inline, static] |
Definition at line 60 of file BlockFrequencyInfo.cpp.
References llvm::succ_begin().
static ChildIteratorType llvm::GraphTraits< BlockFrequencyInfo * >::child_end | ( | const NodeType * | N | ) | [inline, static] |
Definition at line 63 of file BlockFrequencyInfo.cpp.
References llvm::succ_end().
static const NodeType* llvm::GraphTraits< BlockFrequencyInfo * >::getEntryNode | ( | const BlockFrequencyInfo * | G | ) | [inline, static] |
Definition at line 57 of file BlockFrequencyInfo.cpp.
References llvm::Function::begin(), and llvm::BlockFrequencyInfo::getFunction().
static nodes_iterator llvm::GraphTraits< BlockFrequencyInfo * >::nodes_begin | ( | const BlockFrequencyInfo * | G | ) | [inline, static] |
Definition at line 66 of file BlockFrequencyInfo.cpp.
References llvm::Function::begin(), and llvm::BlockFrequencyInfo::getFunction().
static nodes_iterator llvm::GraphTraits< BlockFrequencyInfo * >::nodes_end | ( | const BlockFrequencyInfo * | G | ) | [inline, static] |
Definition at line 69 of file BlockFrequencyInfo.cpp.
References llvm::Function::end(), and llvm::BlockFrequencyInfo::getFunction().