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.
| typedef sg_succ_iterator llvm::GraphTraits< SchedGraph * >::ChildIteratorType |
Definition at line 234 of file SchedGraph.h.
| typedef SchedGraphNode llvm::GraphTraits< SchedGraph * >::NodeType |
Definition at line 233 of file SchedGraph.h.
| static ChildIteratorType llvm::GraphTraits< SchedGraph * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
| static ChildIteratorType llvm::GraphTraits< SchedGraph * >::child_end | ( | NodeType * | N | ) | [inline, static] |
| static NodeType* llvm::GraphTraits< SchedGraph * >::getEntryNode | ( | SchedGraph * | SG | ) | [inline, static] |