LLVM API Documentation
#include <DataFlow.h>
Public Types | |
typedef Value | NodeType |
typedef Value::use_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (Value *G) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 43 of file DataFlow.h.
typedef Value::use_iterator llvm::GraphTraits< Value * >::ChildIteratorType |
Definition at line 45 of file DataFlow.h.
typedef Value llvm::GraphTraits< Value * >::NodeType |
Definition at line 44 of file DataFlow.h.
|
inlinestatic |
Definition at line 51 of file DataFlow.h.
References llvm::Value::use_begin().
|
inlinestatic |
Definition at line 55 of file DataFlow.h.
References llvm::Value::use_end().
|
inlinestatic |
Definition at line 47 of file DataFlow.h.
References G.