LLVM API Documentation
#include <DSNode.h>
Inheritance diagram for llvm::ilist_traits< DSNode >:
Public Member Functions | |
void | addNodeToList (DSNode *NTy) |
void | removeNodeFromList (DSNode *NTy) |
void | transferNodesFromList (iplist< DSNode, ilist_traits > &L2, ilist_iterator< DSNode > first, ilist_iterator< DSNode > last) |
Static Public Member Functions | |
static DSNode * | getPrev (const DSNode *N) |
static DSNode * | getNext (const DSNode *N) |
static void | setPrev (DSNode *N, DSNode *Prev) |
static void | setNext (DSNode *N, DSNode *Next) |
static DSNode * | createSentinel () |
static void | destroySentinel (DSNode *N) |
Definition at line 398 of file DSNode.h.