LLVM
8.0.1
|
#include "llvm/Analysis/Interval.h"
Public Types | |
using | NodeRef = Interval * |
using | ChildIteratorType = Interval::succ_iterator |
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 120 of file Interval.h.
using llvm::GraphTraits< Interval * >::ChildIteratorType = Interval::succ_iterator |
Definition at line 122 of file Interval.h.
using llvm::GraphTraits< Interval * >::NodeRef = Interval * |
Definition at line 121 of file Interval.h.
|
inlinestatic |
nodes_iterator/begin/end - Allow iteration over all nodes in the graph
Definition at line 127 of file Interval.h.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 128 of file Interval.h.
References llvm::succ_end().
|
inlinestatic |
Definition at line 124 of file Interval.h.
References I.