LLVM API Documentation
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 562 of file BlockFrequencyInfoImpl.cpp.
| typedef GraphT::IrrNode::iterator llvm::GraphTraits< IrreducibleGraph >::ChildIteratorType |
Definition at line 566 of file BlockFrequencyInfoImpl.cpp.
Definition at line 563 of file BlockFrequencyInfoImpl.cpp.
| typedef const GraphT::IrrNode llvm::GraphTraits< IrreducibleGraph >::NodeType |
Definition at line 565 of file BlockFrequencyInfoImpl.cpp.
| static ChildIteratorType llvm::GraphTraits< IrreducibleGraph >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 571 of file BlockFrequencyInfoImpl.cpp.
References llvm::bfi_detail::IrreducibleGraph::IrrNode::succ_begin().
| static ChildIteratorType llvm::GraphTraits< IrreducibleGraph >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 572 of file BlockFrequencyInfoImpl.cpp.
References llvm::bfi_detail::IrreducibleGraph::IrrNode::succ_end().
| static const NodeType* llvm::GraphTraits< IrreducibleGraph >::getEntryNode | ( | const GraphT & | G | ) | [inline, static] |
Definition at line 568 of file BlockFrequencyInfoImpl.cpp.
References llvm::bfi_detail::IrreducibleGraph::StartIrr.