LLVM
8.0.1
|
#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 2387 of file SelectionDAGNodes.h.
using llvm::GraphTraits< SDNode * >::ChildIteratorType = SDNodeIterator |
Definition at line 2389 of file SelectionDAGNodes.h.
using llvm::GraphTraits< SDNode * >::NodeRef = SDNode * |
Definition at line 2388 of file SelectionDAGNodes.h.
|
inlinestatic |
Definition at line 2393 of file SelectionDAGNodes.h.
References llvm::SDNodeIterator::begin().
|
inlinestatic |
Definition at line 2397 of file SelectionDAGNodes.h.
References llvm::SDNodeIterator::end().
|
inlinestatic |
Definition at line 2391 of file SelectionDAGNodes.h.
References N.