|
LLVM
4.0.0
|
#include <SelectionDAGNodes.h>
Public Types | |
| typedef SDNode * | NodeRef |
| typedef SDNodeIterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (SDNode *N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 2182 of file SelectionDAGNodes.h.
| typedef SDNodeIterator llvm::GraphTraits< SDNode * >::ChildIteratorType |
Definition at line 2184 of file SelectionDAGNodes.h.
| typedef SDNode* llvm::GraphTraits< SDNode * >::NodeRef |
Definition at line 2183 of file SelectionDAGNodes.h.
|
inlinestatic |
Definition at line 2187 of file SelectionDAGNodes.h.
References llvm::SDNodeIterator::begin().
|
inlinestatic |
Definition at line 2190 of file SelectionDAGNodes.h.
References llvm::SDNodeIterator::end().
|
inlinestatic |
Definition at line 2186 of file SelectionDAGNodes.h.
References N.
1.8.6