LLVM API Documentation
#include <DataFlow.h>
Public Types | |
| typedef Value | NodeType |
| typedef User::op_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (Inverse< User * > G) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 81 of file DataFlow.h.
| typedef User::op_iterator llvm::GraphTraits< Inverse< User * > >::ChildIteratorType |
Definition at line 83 of file DataFlow.h.
| typedef Value llvm::GraphTraits< Inverse< User * > >::NodeType |
Definition at line 82 of file DataFlow.h.
| static ChildIteratorType llvm::GraphTraits< Inverse< User * > >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 89 of file DataFlow.h.
| static ChildIteratorType llvm::GraphTraits< Inverse< User * > >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 95 of file DataFlow.h.
| static NodeType* llvm::GraphTraits< Inverse< User * > >::getEntryNode | ( | Inverse< User * > | G | ) | [inline, static] |
Definition at line 85 of file DataFlow.h.
References llvm::Inverse< GraphType >::Graph.