LLVM 22.0.0git
llvm::DenseMapInfo< FrozenIndPHIInfo > Struct Reference
Inheritance diagram for llvm::DenseMapInfo< FrozenIndPHIInfo >:
[legend]

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 106 of file CanonicalizeFreezeInLoops.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 107 of file CanonicalizeFreezeInLoops.cpp.

◆ getHashValue()

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

Definition at line 117 of file CanonicalizeFreezeInLoops.cpp.

References llvm::FrozenIndPHIInfo::FI.

◆ getTombstoneKey()

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

Definition at line 112 of file CanonicalizeFreezeInLoops.cpp.

◆ isEqual()

Definition at line 121 of file CanonicalizeFreezeInLoops.cpp.


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