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