LLVM 20.0.0git
|
#include "llvm/CodeGen/SelectionDAGNodes.h"
Public Types | |
using | NodeRef = SDNode * |
using | ChildIteratorType = SDNodeIterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (SDNode *N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 3160 of file SelectionDAGNodes.h.
using llvm::GraphTraits< SDNode * >::ChildIteratorType = SDNodeIterator |
Definition at line 3162 of file SelectionDAGNodes.h.
using llvm::GraphTraits< SDNode * >::NodeRef = SDNode * |
Definition at line 3161 of file SelectionDAGNodes.h.
|
inlinestatic |
Definition at line 3166 of file SelectionDAGNodes.h.
References llvm::SDNodeIterator::begin(), and N.
|
inlinestatic |
Definition at line 3170 of file SelectionDAGNodes.h.
References llvm::SDNodeIterator::end(), and N.
|
inlinestatic |
Definition at line 3164 of file SelectionDAGNodes.h.
References N.