|
LLVM
4.0.0
|
#include <Interval.h>
Public Types | |
| typedef Interval * | NodeRef |
| typedef Interval::succ_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (Interval *I) |
| static ChildIteratorType | child_begin (NodeRef N) |
| nodes_iterator/begin/end - Allow iteration over all nodes in the graph More... | |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 123 of file Interval.h.
| typedef Interval::succ_iterator llvm::GraphTraits< Interval * >::ChildIteratorType |
Definition at line 125 of file Interval.h.
| typedef Interval* llvm::GraphTraits< Interval * >::NodeRef |
Definition at line 124 of file Interval.h.
|
inlinestatic |
nodes_iterator/begin/end - Allow iteration over all nodes in the graph
Definition at line 130 of file Interval.h.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 131 of file Interval.h.
References llvm::succ_end().
|
inlinestatic |
Definition at line 127 of file Interval.h.
References I.
1.8.6