|
LLVM
3.7.0
|
#include <SelectionDAGNodes.h>
Public Types | |
| typedef SDNode | NodeType |
| typedef SDNodeIterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (SDNode *N) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 2224 of file SelectionDAGNodes.h.
| typedef SDNodeIterator llvm::GraphTraits< SDNode * >::ChildIteratorType |
Definition at line 2226 of file SelectionDAGNodes.h.
| typedef SDNode llvm::GraphTraits< SDNode * >::NodeType |
Definition at line 2225 of file SelectionDAGNodes.h.
|
inlinestatic |
Definition at line 2228 of file SelectionDAGNodes.h.
References llvm::SDNodeIterator::begin().
|
inlinestatic |
Definition at line 2231 of file SelectionDAGNodes.h.
References llvm::SDNodeIterator::end().
|
inlinestatic |
Definition at line 2227 of file SelectionDAGNodes.h.
References N.
1.8.6