LLVM API Documentation
#include <SchedGraph.h>
Public Types | |
typedef const SchedGraphNode | NodeType |
typedef sg_succ_const_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (const SchedGraph *SG) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 245 of file SchedGraph.h.
typedef sg_succ_const_iterator llvm::GraphTraits< const SchedGraph * >::ChildIteratorType |
Definition at line 247 of file SchedGraph.h.
typedef const SchedGraphNode llvm::GraphTraits< const SchedGraph * >::NodeType |
Definition at line 246 of file SchedGraph.h.
static ChildIteratorType llvm::GraphTraits< const SchedGraph * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< const SchedGraph * >::child_end | ( | NodeType * | N | ) | [inline, static] |
static NodeType* llvm::GraphTraits< const SchedGraph * >::getEntryNode | ( | const SchedGraph * | SG | ) | [inline, static] |