LLVM API Documentation
#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 1862 of file SelectionDAGNodes.h.
typedef SDNodeIterator llvm::GraphTraits< SDNode * >::ChildIteratorType |
Definition at line 1864 of file SelectionDAGNodes.h.
typedef SDNode llvm::GraphTraits< SDNode * >::NodeType |
Definition at line 1863 of file SelectionDAGNodes.h.
|
inlinestatic |
Definition at line 1866 of file SelectionDAGNodes.h.
References llvm::SDNodeIterator::begin().
|
inlinestatic |
Definition at line 1869 of file SelectionDAGNodes.h.
References llvm::SDNodeIterator::end().
|
inlinestatic |
Definition at line 1865 of file SelectionDAGNodes.h.
References N.