LLVM 20.0.0git
|
#include "llvm/CodeGen/SelectionDAG.h"
Public Types | |
using | nodes_iterator = pointer_iterator< SelectionDAG::allnodes_iterator > |
![]() | |
using | NodeRef = SDNode * |
using | ChildIteratorType = SDNodeIterator |
Static Public Member Functions | |
static nodes_iterator | nodes_begin (SelectionDAG *G) |
static nodes_iterator | nodes_end (SelectionDAG *G) |
![]() | |
static NodeRef | getEntryNode (SDNode *N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 2490 of file SelectionDAG.h.
using llvm::GraphTraits< SelectionDAG * >::nodes_iterator = pointer_iterator<SelectionDAG::allnodes_iterator> |
Definition at line 2491 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 2493 of file SelectionDAG.h.
References G.
|
inlinestatic |
Definition at line 2497 of file SelectionDAG.h.
References G.