LLVM API Documentation
#include <MSchedGraph.h>
Public Types | |
typedef MSchedGraphNode | NodeType |
typedef MSchedGraphNode::succ_iterator | ChildIteratorType |
Static Public Member Functions | |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
static NodeType * | getEntryNode (NodeType *N) |
Definition at line 217 of file MSchedGraph.h.
Definition at line 219 of file MSchedGraph.h.
typedef MSchedGraphNode llvm::GraphTraits< MSchedGraphNode * >::NodeType |
Definition at line 218 of file MSchedGraph.h.
static ChildIteratorType llvm::GraphTraits< MSchedGraphNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< MSchedGraphNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
static NodeType* llvm::GraphTraits< MSchedGraphNode * >::getEntryNode | ( | NodeType * | N | ) | [inline, static] |
Definition at line 228 of file MSchedGraph.h.