LLVM API Documentation
#include <BlockFrequencyInfoImpl.h>
Public Types | |
typedef std::deque< const IrrNode * >::const_iterator | iterator |
Public Member Functions | |
IrrNode (const BlockNode &Node) | |
iterator | pred_begin () const |
iterator | succ_begin () const |
iterator | pred_end () const |
iterator | succ_end () const |
Public Attributes | |
BlockNode | Node |
unsigned | NumIn |
std::deque< const IrrNode * > | Edges |
Definition at line 531 of file BlockFrequencyInfoImpl.h.
typedef std::deque<const IrrNode *>::const_iterator llvm::bfi_detail::IrreducibleGraph::IrrNode::iterator |
Definition at line 537 of file BlockFrequencyInfoImpl.h.
llvm::bfi_detail::IrreducibleGraph::IrrNode::IrrNode | ( | const BlockNode & | Node | ) | [inline] |
Definition at line 535 of file BlockFrequencyInfoImpl.h.
iterator llvm::bfi_detail::IrreducibleGraph::IrrNode::pred_begin | ( | ) | const [inline] |
Definition at line 538 of file BlockFrequencyInfoImpl.h.
References Edges.
iterator llvm::bfi_detail::IrreducibleGraph::IrrNode::pred_end | ( | ) | const [inline] |
Definition at line 540 of file BlockFrequencyInfoImpl.h.
References succ_begin().
iterator llvm::bfi_detail::IrreducibleGraph::IrrNode::succ_begin | ( | ) | const [inline] |
Definition at line 539 of file BlockFrequencyInfoImpl.h.
Referenced by llvm::GraphTraits< IrreducibleGraph >::child_begin(), and pred_end().
iterator llvm::bfi_detail::IrreducibleGraph::IrrNode::succ_end | ( | ) | const [inline] |
Definition at line 541 of file BlockFrequencyInfoImpl.h.
References Edges.
Referenced by llvm::GraphTraits< IrreducibleGraph >::child_end().
std::deque<const IrrNode *> llvm::bfi_detail::IrreducibleGraph::IrrNode::Edges |
Definition at line 534 of file BlockFrequencyInfoImpl.h.
Referenced by llvm::bfi_detail::IrreducibleGraph::addEdge(), pred_begin(), succ_begin(), and succ_end().
Definition at line 532 of file BlockFrequencyInfoImpl.h.
Referenced by llvm::bfi_detail::BlockEdgesAdder< BT >::operator()().
Definition at line 533 of file BlockFrequencyInfoImpl.h.
Referenced by llvm::bfi_detail::IrreducibleGraph::addEdge(), and succ_begin().