LLVM  3.7.0
Static Public Member Functions | List of all members
llvm::FoldingSetTrait< SDVTListNode > Struct Template Reference

Specialize FoldingSetTrait for SDVTListNode to avoid computing temp FoldingSetNodeID and hash value. More...

#include <SelectionDAG.h>

Inheritance diagram for llvm::FoldingSetTrait< SDVTListNode >:
[legend]
Collaboration diagram for llvm::FoldingSetTrait< SDVTListNode >:
[legend]

Static Public Member Functions

static void Profile (const SDVTListNode &X, FoldingSetNodeID &ID)
 
static bool Equals (const SDVTListNode &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID)
 
static unsigned ComputeHash (const SDVTListNode &X, FoldingSetNodeID &TempID)
 
- Static Public Member Functions inherited from llvm::DefaultFoldingSetTrait< SDVTListNode >
static void Profile (const SDVTListNode &X, FoldingSetNodeID &ID)
 
static void Profile (SDVTListNode &X, FoldingSetNodeID &ID)
 
static bool Equals (SDVTListNode &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID)
 
static unsigned ComputeHash (SDVTListNode &X, FoldingSetNodeID &TempID)
 

Detailed Description

template<>
struct llvm::FoldingSetTrait< SDVTListNode >

Specialize FoldingSetTrait for SDVTListNode to avoid computing temp FoldingSetNodeID and hash value.

Definition at line 68 of file SelectionDAG.h.

Member Function Documentation

static unsigned llvm::FoldingSetTrait< SDVTListNode >::ComputeHash ( const SDVTListNode X,
FoldingSetNodeID TempID 
)
inlinestatic

Definition at line 78 of file SelectionDAG.h.

static bool llvm::FoldingSetTrait< SDVTListNode >::Equals ( const SDVTListNode X,
const FoldingSetNodeID ID,
unsigned  IDHash,
FoldingSetNodeID TempID 
)
inlinestatic

Definition at line 72 of file SelectionDAG.h.

static void llvm::FoldingSetTrait< SDVTListNode >::Profile ( const SDVTListNode X,
FoldingSetNodeID ID 
)
inlinestatic

Definition at line 69 of file SelectionDAG.h.


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