|
LLVM
3.7.0
|
#include <SelectionDAG.h>
Public Types | |
| typedef SelectionDAG::allnodes_iterator | nodes_iterator |
Public Types inherited from llvm::GraphTraits< SDNode * > | |
| typedef SDNode | NodeType |
| typedef SDNodeIterator | ChildIteratorType |
Static Public Member Functions | |
| static nodes_iterator | nodes_begin (SelectionDAG *G) |
| static nodes_iterator | nodes_end (SelectionDAG *G) |
Static Public Member Functions inherited from llvm::GraphTraits< SDNode * > | |
| static NodeType * | getEntryNode (SDNode *N) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 1295 of file SelectionDAG.h.
Definition at line 1296 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 1297 of file SelectionDAG.h.
References llvm::SelectionDAG::allnodes_begin().
|
inlinestatic |
Definition at line 1300 of file SelectionDAG.h.
References llvm::SelectionDAG::allnodes_end().
1.8.6