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

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

#include "llvm/CodeGen/SelectionDAG.h"

Inheritance diagram for llvm::FoldingSetTrait< SDVTListNode >:
Inheritance graph
[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

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

Definition at line 125 of file SelectionDAG.h.

Member Function Documentation

◆ ComputeHash()

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

Definition at line 137 of file SelectionDAG.h.

References X.

◆ Equals()

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

Definition at line 130 of file SelectionDAG.h.

References X.

◆ Profile()

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

Definition at line 126 of file SelectionDAG.h.

References X.


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