LLVM API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< Inverse< User * > > Struct Template Reference

#include <DataFlow.h>

List of all members.

Public Types

typedef Value NodeType
typedef User::op_iterator ChildIteratorType

Static Public Member Functions

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

Detailed Description

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

Definition at line 81 of file DataFlow.h.


Member Typedef Documentation

Definition at line 83 of file DataFlow.h.

Definition at line 82 of file DataFlow.h.


Member Function Documentation

static ChildIteratorType llvm::GraphTraits< Inverse< User * > >::child_begin ( NodeType N) [inline, static]

Definition at line 89 of file DataFlow.h.

static ChildIteratorType llvm::GraphTraits< Inverse< User * > >::child_end ( NodeType N) [inline, static]

Definition at line 95 of file DataFlow.h.

static NodeType* llvm::GraphTraits< Inverse< User * > >::getEntryNode ( Inverse< User * >  G) [inline, static]

Definition at line 85 of file DataFlow.h.

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


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