LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< Interval * > Struct Template Reference

#include <Interval.h>

Public Types

typedef IntervalNodeRef
 
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)
 

Detailed Description

template<>
struct llvm::GraphTraits< Interval * >

Definition at line 123 of file Interval.h.

Member Typedef Documentation

Definition at line 125 of file Interval.h.

Definition at line 124 of file Interval.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< Interval * >::child_begin ( NodeRef  N)
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().

static ChildIteratorType llvm::GraphTraits< Interval * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 131 of file Interval.h.

References llvm::succ_end().

static NodeRef llvm::GraphTraits< Interval * >::getEntryNode ( Interval I)
inlinestatic

Definition at line 127 of file Interval.h.

References I.


The documentation for this struct was generated from the following file: