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 1397 of file SelectionDAGNodes.h.
Definition at line 1404 of file SelectionDAGNodes.h.
References llvm::ISD::EntryToken, and llvm::MVT::Other.
Definition at line 1407 of file SelectionDAGNodes.h.
Definition at line 1411 of file SelectionDAGNodes.h.
Definition at line 1412 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 1413 of file SelectionDAGNodes.h.