LLVM API Documentation
#include <Interval.h>
Public Types | |
typedef Interval | NodeType |
typedef Interval::pred_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (Inverse< Interval * > G) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 139 of file Interval.h.
typedef Interval llvm::GraphTraits< Inverse< Interval * > >::NodeType |
Definition at line 140 of file Interval.h.
typedef Interval::pred_iterator llvm::GraphTraits< Inverse< Interval * > >::ChildIteratorType |
Definition at line 141 of file Interval.h.
static ChildIteratorType llvm::GraphTraits< Inverse< Interval * > >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< Inverse< Interval * > >::child_end | ( | NodeType * | N | ) | [inline, static] |