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< Value * > Struct Template Reference

#include <DataFlow.h>

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)
inlinestatic

Definition at line 51 of file DataFlow.h.

References llvm::Value::use_begin().

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

Definition at line 55 of file DataFlow.h.

References llvm::Value::use_end().

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

Definition at line 47 of file DataFlow.h.

References G.


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