LLVM API Documentation
#include <SchedGraph.h>
Public Types | |
typedef SchedGraphNode | NodeType |
typedef sg_succ_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (SchedGraph *SG) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 232 of file SchedGraph.h.
|
Definition at line 234 of file SchedGraph.h. |
|
Definition at line 233 of file SchedGraph.h. |
|
Definition at line 237 of file SchedGraph.h. References llvm::succ_begin(). |
|
Definition at line 240 of file SchedGraph.h. References llvm::succ_end(). |
|
Definition at line 236 of file SchedGraph.h. References llvm::SchedGraphCommon::getRoot(). |