LLVM 18.0.0git
|
#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 127 of file Interval.h.
using llvm::GraphTraits< Inverse< Interval * > >::ChildIteratorType = Interval::pred_iterator |
Definition at line 129 of file Interval.h.
using llvm::GraphTraits< Inverse< Interval * > >::NodeRef = Interval * |
Definition at line 128 of file Interval.h.
|
inlinestatic |
Definition at line 132 of file Interval.h.
References N, and llvm::pred_begin().
|
inlinestatic |
Definition at line 133 of file Interval.h.
References N, and llvm::pred_end().
|
inlinestatic |
Definition at line 131 of file Interval.h.
References G.