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

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 105 of file CanonicalizeFreezeInLoops.cpp.

◆ getHashValue()

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

Definition at line 115 of file CanonicalizeFreezeInLoops.cpp.

◆ getTombstoneKey()

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

Definition at line 110 of file CanonicalizeFreezeInLoops.cpp.

◆ isEqual()

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

Definition at line 119 of file CanonicalizeFreezeInLoops.cpp.


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