|
LLVM
3.7.0
|
Public Types | |
| typedef bfi_detail::IrreducibleGraph | GraphT |
| typedef const GraphT::IrrNode | NodeType |
| typedef GraphT::IrrNode::iterator | ChildIteratorType |
Static Public Member Functions | |
| static const NodeType * | getEntryNode (const GraphT &G) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 589 of file BlockFrequencyInfoImpl.cpp.
| typedef GraphT::IrrNode::iterator llvm::GraphTraits< IrreducibleGraph >::ChildIteratorType |
Definition at line 593 of file BlockFrequencyInfoImpl.cpp.
Definition at line 590 of file BlockFrequencyInfoImpl.cpp.
| typedef const GraphT::IrrNode llvm::GraphTraits< IrreducibleGraph >::NodeType |
Definition at line 592 of file BlockFrequencyInfoImpl.cpp.
|
inlinestatic |
Definition at line 598 of file BlockFrequencyInfoImpl.cpp.
References llvm::bfi_detail::IrreducibleGraph::IrrNode::succ_begin().
|
inlinestatic |
Definition at line 599 of file BlockFrequencyInfoImpl.cpp.
References llvm::bfi_detail::IrreducibleGraph::IrrNode::succ_end().
|
inlinestatic |
Definition at line 595 of file BlockFrequencyInfoImpl.cpp.
References llvm::bfi_detail::IrreducibleGraph::StartIrr.
1.8.6