LLVM 20.0.0git
|
Specialize FoldingSetTrait for SDVTListNode to avoid computing temp FoldingSetNodeID and hash value. More...
#include "llvm/CodeGen/SelectionDAG.h"
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) |
Specialize FoldingSetTrait for SDVTListNode to avoid computing temp FoldingSetNodeID and hash value.
Definition at line 126 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 138 of file SelectionDAG.h.
References X.
|
inlinestatic |
Definition at line 131 of file SelectionDAG.h.
References X.
|
inlinestatic |
Definition at line 127 of file SelectionDAG.h.
References X.