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

#include <Interval.h>

Public Types

typedef Interval NodeType
 
typedef Interval::pred_iterator ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (Inverse< Interval * > G)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

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

Definition at line 136 of file Interval.h.

Member Typedef Documentation

Definition at line 138 of file Interval.h.

Definition at line 137 of file Interval.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< Inverse< Interval * > >::child_begin ( NodeType N)
inlinestatic

Definition at line 140 of file Interval.h.

References llvm::pred_begin().

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

Definition at line 143 of file Interval.h.

References llvm::pred_end().

static NodeType* llvm::GraphTraits< Inverse< Interval * > >::getEntryNode ( Inverse< Interval * >  G)
inlinestatic

Definition at line 139 of file Interval.h.

References llvm::Inverse< GraphType >::Graph.


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