LLVM API Documentation
#include <DataFlow.h>
Public Types | |
typedef const Value | NodeType |
typedef Value::const_use_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (const Value *G) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 26 of file DataFlow.h.
typedef Value::const_use_iterator llvm::GraphTraits< const Value * >::ChildIteratorType |
Definition at line 28 of file DataFlow.h.
typedef const Value llvm::GraphTraits< const Value * >::NodeType |
Definition at line 27 of file DataFlow.h.
|
inlinestatic |
Definition at line 34 of file DataFlow.h.
References llvm::Value::use_begin().
|
inlinestatic |
Definition at line 38 of file DataFlow.h.
References llvm::Value::use_end().
|
inlinestatic |
Definition at line 30 of file DataFlow.h.
References G.