LLVM 22.0.0git
|
#include "llvm/CodeGen/SelectionDAG.h"
Public Types | |
using | nodes_iterator = pointer_iterator<SelectionDAG::allnodes_iterator> |
using | NodeRef |
Public Types inherited from llvm::GraphTraits< SDNode * > | |
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 Public Member Functions inherited from llvm::GraphTraits< SDNode * > | |
static NodeRef | getEntryNode (SDNode *N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 2649 of file SelectionDAG.h.
using llvm::GraphTraits< SelectionDAG * >::NodeRef |
Definition at line 95 of file GraphTraits.h.
using llvm::GraphTraits< SelectionDAG * >::nodes_iterator = pointer_iterator<SelectionDAG::allnodes_iterator> |
Definition at line 2650 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 2652 of file SelectionDAG.h.
References G.
|
inlinestatic |
Definition at line 2656 of file SelectionDAG.h.
References G.