LLVM API Documentation

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

#include <DataFlow.h>

List of all members.

Public Types

typedef Value NodeType
typedef Value::use_iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (Value *G)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

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

Definition at line 43 of file DataFlow.h.


Member Typedef Documentation

Definition at line 45 of file DataFlow.h.

Definition at line 44 of file DataFlow.h.


Member Function Documentation

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

Definition at line 51 of file DataFlow.h.

References llvm::Value::use_begin().

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

Definition at line 55 of file DataFlow.h.

References llvm::Value::use_end().

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

Definition at line 47 of file DataFlow.h.

References G.


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