LLVM API Documentation
#include <SelectionDAG.h>
Public Types | |
typedef SelectionDAG::allnodes_iterator | nodes_iterator |
![]() | |
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 NodeType * | getEntryNode (SDNode *N) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 1187 of file SelectionDAG.h.
Definition at line 1188 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 1189 of file SelectionDAG.h.
References llvm::SelectionDAG::allnodes_begin().
|
inlinestatic |
Definition at line 1192 of file SelectionDAG.h.
References llvm::SelectionDAG::allnodes_end().