LLVM
8.0.1
|
Public Types | |
using | GraphT = bfi_detail::IrreducibleGraph |
using | NodeRef = const GraphT::IrrNode * |
using | ChildIteratorType = GraphT::IrrNode::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (const GraphT &G) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 664 of file BlockFrequencyInfoImpl.cpp.
using llvm::GraphTraits< IrreducibleGraph >::ChildIteratorType = GraphT::IrrNode::iterator |
Definition at line 667 of file BlockFrequencyInfoImpl.cpp.
Definition at line 665 of file BlockFrequencyInfoImpl.cpp.
using llvm::GraphTraits< IrreducibleGraph >::NodeRef = const GraphT::IrrNode * |
Definition at line 666 of file BlockFrequencyInfoImpl.cpp.
|
inlinestatic |
Definition at line 670 of file BlockFrequencyInfoImpl.cpp.
References llvm::bfi_detail::IrreducibleGraph::IrrNode::succ_begin().
|
inlinestatic |
Definition at line 671 of file BlockFrequencyInfoImpl.cpp.
References llvm::bfi_detail::IrreducibleGraph::IrrNode::succ_end().
|
inlinestatic |
Definition at line 669 of file BlockFrequencyInfoImpl.cpp.
References llvm::bfi_detail::IrreducibleGraph::StartIrr.