LLVM API Documentation

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

#include <SelectionDAG.h>

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

List of all members.

Public Member Functions

SDNodecreateSentinel () const
SDNodeprovideInitialHead () const
SDNodeensureHead (SDNode *) const

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::ilist_traits< SDNode >

Definition at line 81 of file SelectionDAG.h.


Member Function Documentation

Definition at line 85 of file SelectionDAG.h.

static void llvm::ilist_traits< SDNode >::deleteNode ( SDNode ) [inline, static]

Reimplemented from llvm::ilist_node_traits< SDNode >.

Definition at line 94 of file SelectionDAG.h.

References llvm_unreachable.

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

destroySentinel - deallocate the dynamic sentinel

Reimplemented from llvm::ilist_sentinel_traits< SDNode >.

Definition at line 88 of file SelectionDAG.h.

SDNode* llvm::ilist_traits< SDNode >::ensureHead ( SDNode ) const [inline]
static void llvm::ilist_traits< SDNode >::noteHead ( SDNode NewHead,
SDNode Sentinel 
) [inline, static]

noteHead - stash the sentinel into its default location

Reimplemented from llvm::ilist_sentinel_traits< SDNode >.

Definition at line 92 of file SelectionDAG.h.


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