LLVM API Documentation
#include <MSchedGraphSB.h>
Public Types | |
typedef MSchedGraphSBNode | NodeType |
typedef MSchedGraphSBNode::succ_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 318 of file MSchedGraphSB.h.
Definition at line 320 of file MSchedGraphSB.h.
typedef std::pointer_to_unary_function<std::pair<const MachineInstr* const, MSchedGraphSBNode*>&, MSchedGraphSBNode&> llvm::GraphTraits< MSchedGraphSB * >::DerefFun |
Definition at line 330 of file MSchedGraphSB.h.
typedef mapped_iterator<MSchedGraphSB::iterator, DerefFun> llvm::GraphTraits< MSchedGraphSB * >::nodes_iterator |
Definition at line 332 of file MSchedGraphSB.h.
typedef MSchedGraphSBNode llvm::GraphTraits< MSchedGraphSB * >::NodeType |
Definition at line 319 of file MSchedGraphSB.h.
static ChildIteratorType llvm::GraphTraits< MSchedGraphSB * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< MSchedGraphSB * >::child_end | ( | NodeType * | N | ) | [inline, static] |
static nodes_iterator llvm::GraphTraits< MSchedGraphSB * >::nodes_begin | ( | MSchedGraphSB * | G | ) | [inline, static] |
Definition at line 333 of file MSchedGraphSB.h.
References G, llvm::getSecond(), and llvm::map_iterator().
static nodes_iterator llvm::GraphTraits< MSchedGraphSB * >::nodes_end | ( | MSchedGraphSB * | G | ) | [inline, static] |
Definition at line 336 of file MSchedGraphSB.h.
References G, llvm::getSecond(), and llvm::map_iterator().