LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const Value * > Struct Template Reference

#include <DataFlow.h>

Public Types

typedef const Value NodeType
 
typedef Value::const_use_iterator ChildIteratorType
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 26 of file DataFlow.h.

Member Typedef Documentation

Definition at line 28 of file DataFlow.h.

typedef const Value llvm::GraphTraits< const Value * >::NodeType

Definition at line 27 of file DataFlow.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< const Value * >::child_begin ( NodeType N)
inlinestatic

Definition at line 34 of file DataFlow.h.

References llvm::Value::use_begin().

static ChildIteratorType llvm::GraphTraits< const Value * >::child_end ( NodeType N)
inlinestatic

Definition at line 38 of file DataFlow.h.

References llvm::Value::use_end().

static NodeType* llvm::GraphTraits< const Value * >::getEntryNode ( const Value G)
inlinestatic

Definition at line 30 of file DataFlow.h.

References G.


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