LLVM API Documentation
#include <MSchedGraphSB.h>
Public Types | |
typedef const MSchedGraphSBNode | NodeType |
typedef MSchedGraphSBNode::succ_const_iterator | ChildIteratorType |
typedef std::pointer_to_unary_function< std::pair< const MachineInstr *const, MSchedGraphSBNode * > &, MSchedGraphSBNode & > | DerefFun |
typedef mapped_iterator< MSchedGraphSB::iterator, DerefFun > | nodes_iterator |
Static Public Member Functions | |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
static nodes_iterator | nodes_begin (MSchedGraphSB *G) |
static nodes_iterator | nodes_end (MSchedGraphSB *G) |
Definition at line 342 of file MSchedGraphSB.h.
typedef MSchedGraphSBNode::succ_const_iterator llvm::GraphTraits< const MSchedGraphSB * >::ChildIteratorType |
Definition at line 344 of file MSchedGraphSB.h.
typedef std::pointer_to_unary_function<std::pair<const MachineInstr* const, MSchedGraphSBNode*>&, MSchedGraphSBNode&> llvm::GraphTraits< const MSchedGraphSB * >::DerefFun |
Definition at line 353 of file MSchedGraphSB.h.
typedef mapped_iterator<MSchedGraphSB::iterator, DerefFun> llvm::GraphTraits< const MSchedGraphSB * >::nodes_iterator |
Definition at line 355 of file MSchedGraphSB.h.
typedef const MSchedGraphSBNode llvm::GraphTraits< const MSchedGraphSB * >::NodeType |
Definition at line 343 of file MSchedGraphSB.h.
static ChildIteratorType llvm::GraphTraits< const MSchedGraphSB * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< const MSchedGraphSB * >::child_end | ( | NodeType * | N | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< const MSchedGraphSB * >::nodes_begin | ( | MSchedGraphSB * | G | ) | [inline, static] |
Definition at line 356 of file MSchedGraphSB.h.
References G, llvm::getSecond(), and llvm::map_iterator().
static nodes_iterator llvm::GraphTraits< const MSchedGraphSB * >::nodes_end | ( | MSchedGraphSB * | G | ) | [inline, static] |
Definition at line 359 of file MSchedGraphSB.h.
References G, llvm::getSecond(), and llvm::map_iterator().