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.
|
Definition at line 247 of file SchedGraph.h. |
|
Definition at line 246 of file SchedGraph.h. |
|
Definition at line 252 of file SchedGraph.h. References llvm::succ_begin(). |
|
Definition at line 255 of file SchedGraph.h. References llvm::succ_end(). |
|
Definition at line 249 of file SchedGraph.h. References llvm::SchedGraphCommon::getRoot(). |