|
LLVM
4.0.0
|
#include <SelectionDAG.h>
Public Types | |
| typedef pointer_iterator < SelectionDAG::allnodes_iterator > | nodes_iterator |
Public Types inherited from llvm::GraphTraits< SDNode * > | |
| typedef SDNode * | NodeRef |
| 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 NodeRef | getEntryNode (SDNode *N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 1423 of file SelectionDAG.h.
| typedef pointer_iterator<SelectionDAG::allnodes_iterator> llvm::GraphTraits< SelectionDAG * >::nodes_iterator |
Definition at line 1424 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 1425 of file SelectionDAG.h.
References llvm::SelectionDAG::allnodes_begin().
|
inlinestatic |
Definition at line 1428 of file SelectionDAG.h.
References llvm::SelectionDAG::allnodes_end().
1.8.6