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

Static Public Member Functions

static FrozenIndPHIInfo getEmptyKey ()
 
static FrozenIndPHIInfo getTombstoneKey ()
 
static unsigned getHashValue (const FrozenIndPHIInfo &Val)
 
static bool isEqual (const FrozenIndPHIInfo &LHS, const FrozenIndPHIInfo &RHS)
 

Detailed Description

Definition at line 107 of file CanonicalizeFreezeInLoops.cpp.

Member Function Documentation

◆ getEmptyKey()

static FrozenIndPHIInfo llvm::DenseMapInfo< FrozenIndPHIInfo >::getEmptyKey ( )
inlinestatic

Definition at line 108 of file CanonicalizeFreezeInLoops.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< FrozenIndPHIInfo >::getHashValue ( const FrozenIndPHIInfo Val)
inlinestatic

Definition at line 118 of file CanonicalizeFreezeInLoops.cpp.

References llvm::FrozenIndPHIInfo::FI.

◆ getTombstoneKey()

static FrozenIndPHIInfo llvm::DenseMapInfo< FrozenIndPHIInfo >::getTombstoneKey ( )
inlinestatic

Definition at line 113 of file CanonicalizeFreezeInLoops.cpp.

◆ isEqual()

static bool llvm::DenseMapInfo< FrozenIndPHIInfo >::isEqual ( const FrozenIndPHIInfo LHS,
const FrozenIndPHIInfo RHS 
)
inlinestatic

Definition at line 122 of file CanonicalizeFreezeInLoops.cpp.

References LHS, and RHS.


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