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.
| 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.