LLVM API Documentation
#include <SelectionDAG.h>
Public Member Functions | |
SDNode * | createSentinel () const |
SDNode * | provideInitialHead () const |
SDNode * | ensureHead (SDNode *) const |
![]() | |
void | addNodeToList (SDNode *) |
void | removeNodeFromList (SDNode *) |
void | transferNodesFromList (ilist_node_traits &, ilist_iterator< SDNode >, ilist_iterator< SDNode >) |
Static Public Member Functions | |
static void | destroySentinel (SDNode *) |
static void | noteHead (SDNode *, SDNode *) |
static void | deleteNode (SDNode *) |
![]() | |
static SDNode * | getPrev (SDNode *N) |
static const SDNode * | getPrev (const SDNode *N) |
static SDNode * | getNext (SDNode *N) |
static const SDNode * | getNext (const SDNode *N) |
static void | setPrev (SDNode *N, SDNode *Prev) |
static void | setNext (SDNode *N, SDNode *Next) |
![]() | |
static SDNode * | createSentinel () |
createSentinel - create the dynamic sentinel More... | |
static void | destroySentinel (SDNode *N) |
destroySentinel - deallocate the dynamic sentinel More... | |
static SDNode * | provideInitialHead () |
static SDNode * | ensureHead (SDNode *&Head) |
static void | noteHead (SDNode *NewHead, SDNode *Sentinel) |
noteHead - stash the sentinel into its default location More... | |
![]() | |
static SDNode * | createNode (const SDNode &V) |
static void | deleteNode (SDNode *V) |
Definition at line 80 of file SelectionDAG.h.
|
inline |
Definition at line 84 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 93 of file SelectionDAG.h.
References llvm_unreachable.
|
inlinestatic |
Definition at line 87 of file SelectionDAG.h.
|
inline |
Definition at line 90 of file SelectionDAG.h.
References llvm::ilist_sentinel_traits< NodeTy >::createSentinel().
|
inlinestatic |
Definition at line 91 of file SelectionDAG.h.
|
inline |
Definition at line 89 of file SelectionDAG.h.
References llvm::ilist_sentinel_traits< NodeTy >::createSentinel().