LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::ilist_traits< IVStrideUse > Struct Template Reference

#include <IVUsers.h>

Inheritance diagram for llvm::ilist_traits< IVStrideUse >:
Inheritance graph
[legend]
Collaboration diagram for llvm::ilist_traits< IVStrideUse >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

IVStrideUsecreateSentinel () const
IVStrideUseprovideInitialHead () const
IVStrideUseensureHead (IVStrideUse *) const

Static Public Member Functions

static void destroySentinel (IVStrideUse *)
 destroySentinel - deallocate the dynamic sentinel
static void noteHead (IVStrideUse *, IVStrideUse *)
 noteHead - stash the sentinel into its default location

Detailed Description

template<>
struct llvm::ilist_traits< IVStrideUse >

Definition at line 92 of file IVUsers.h.


Member Function Documentation

Definition at line 98 of file IVUsers.h.

static void llvm::ilist_traits< IVStrideUse >::destroySentinel ( IVStrideUse N) [inline, static]

destroySentinel - deallocate the dynamic sentinel

Reimplemented from llvm::ilist_sentinel_traits< IVStrideUse >.

Definition at line 109 of file IVUsers.h.

static void llvm::ilist_traits< IVStrideUse >::noteHead ( IVStrideUse NewHead,
IVStrideUse Sentinel 
) [inline, static]

noteHead - stash the sentinel into its default location

Reimplemented from llvm::ilist_sentinel_traits< IVStrideUse >.

Definition at line 113 of file IVUsers.h.


The documentation for this struct was generated from the following file: