LLVM API Documentation
#include <MSchedGraphSB.h>
Public Types | |
| typedef MSchedGraphSBNode | NodeType |
| typedef MSchedGraphSBNode::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 227 of file MSchedGraphSB.h.
| typedef MSchedGraphSBNode::succ_iterator llvm::GraphTraits< MSchedGraphSBNode * >::ChildIteratorType |
Definition at line 229 of file MSchedGraphSB.h.
| typedef MSchedGraphSBNode llvm::GraphTraits< MSchedGraphSBNode * >::NodeType |
Definition at line 228 of file MSchedGraphSB.h.
| static ChildIteratorType llvm::GraphTraits< MSchedGraphSBNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
| static ChildIteratorType llvm::GraphTraits< MSchedGraphSBNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
| static NodeType* llvm::GraphTraits< MSchedGraphSBNode * >::getEntryNode | ( | NodeType * | N | ) | [inline, static] |
Definition at line 238 of file MSchedGraphSB.h.