LLVM 22.0.0git
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 >:
[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 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 129 of file SelectionDAG.h.

Member Function Documentation

◆ ComputeHash()

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

Definition at line 141 of file SelectionDAG.h.

References X.

◆ Equals()

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

Definition at line 134 of file SelectionDAG.h.

References X.

◆ Profile()

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

Definition at line 130 of file SelectionDAG.h.

References X.


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