LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
void | addNodeToList (SDNode *NTy) |
void | removeNodeFromList (SDNode *NTy) |
void | transferNodesFromList (iplist< SDNode, ilist_traits > &L2, const ilist_iterator< SDNode > &X, const ilist_iterator< SDNode > &Y) |
Static Public Member Functions | |
static SDNode * | getPrev (const SDNode *N) |
static SDNode * | getNext (const SDNode *N) |
static void | setPrev (SDNode *N, SDNode *Prev) |
static void | setNext (SDNode *N, SDNode *Next) |
static SDNode * | createSentinel () |
static void | destroySentinel (SDNode *N) |
Definition at line 1356 of file SelectionDAGNodes.h.
Definition at line 1370 of file SelectionDAGNodes.h.
Definition at line 1363 of file SelectionDAGNodes.h.
References llvm::ISD::EntryToken, and llvm::MVT::Other.
Definition at line 1366 of file SelectionDAGNodes.h.
Definition at line 1371 of file SelectionDAGNodes.h.
void llvm::ilist_traits< SDNode >::transferNodesFromList | ( | iplist< SDNode, ilist_traits< SDNode > > & | L2, | |
const ilist_iterator< SDNode > & | X, | |||
const ilist_iterator< SDNode > & | Y | |||
) | [inline] |
Definition at line 1372 of file SelectionDAGNodes.h.