LLVM
8.0.1
|
#include "llvm/Analysis/Interval.h"
Public Types | |
using | NodeRef = Interval * |
using | ChildIteratorType = Interval::pred_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (Inverse< Interval *> G) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 131 of file Interval.h.
using llvm::GraphTraits< Inverse< Interval * > >::ChildIteratorType = Interval::pred_iterator |
Definition at line 133 of file Interval.h.
using llvm::GraphTraits< Inverse< Interval * > >::NodeRef = Interval * |
Definition at line 132 of file Interval.h.
|
inlinestatic |
Definition at line 136 of file Interval.h.
References llvm::pred_begin().
|
inlinestatic |
Definition at line 137 of file Interval.h.
References llvm::pred_end().
|
inlinestatic |
Definition at line 135 of file Interval.h.
References llvm::Inverse< GraphType >::Graph.