LLVM API Documentation
#include <MSchedGraph.h>
Public Types | |
typedef const MSchedGraphNode | NodeType |
typedef MSchedGraphNode::pred_const_iterator | ChildIteratorType |
typedef std::pointer_to_unary_function< std::pair< const MachineInstr *const, MSchedGraphNode * > &, MSchedGraphNode & > | DerefFun |
typedef mapped_iterator< MSchedGraph::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 (MSchedGraph *G) |
static nodes_iterator | nodes_end (MSchedGraph *G) |
Definition at line 374 of file MSchedGraph.h.
typedef MSchedGraphNode::pred_const_iterator llvm::GraphTraits< Inverse< const MSchedGraph * > >::ChildIteratorType |
Definition at line 376 of file MSchedGraph.h.
typedef std::pointer_to_unary_function<std::pair<const MachineInstr* const, MSchedGraphNode*>&, MSchedGraphNode&> llvm::GraphTraits< Inverse< const MSchedGraph * > >::DerefFun |
Definition at line 386 of file MSchedGraph.h.
typedef mapped_iterator<MSchedGraph::iterator, DerefFun> llvm::GraphTraits< Inverse< const MSchedGraph * > >::nodes_iterator |
Definition at line 388 of file MSchedGraph.h.
typedef const MSchedGraphNode llvm::GraphTraits< Inverse< const MSchedGraph * > >::NodeType |
Definition at line 375 of file MSchedGraph.h.
static ChildIteratorType llvm::GraphTraits< Inverse< const MSchedGraph * > >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< Inverse< const MSchedGraph * > >::child_end | ( | NodeType * | N | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< Inverse< const MSchedGraph * > >::nodes_begin | ( | MSchedGraph * | G | ) | [inline, static] |
Definition at line 389 of file MSchedGraph.h.
References G, llvm::getSecond(), and llvm::map_iterator().
static nodes_iterator llvm::GraphTraits< Inverse< const MSchedGraph * > >::nodes_end | ( | MSchedGraph * | G | ) | [inline, static] |
Definition at line 392 of file MSchedGraph.h.
References G, llvm::getSecond(), and llvm::map_iterator().