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

Static Public Member Functions

static GVNPass::Expression getEmptyKey ()
static GVNPass::Expression getTombstoneKey ()
static unsigned getHashValue (const GVNPass::Expression &E)
static bool isEqual (const GVNPass::Expression &LHS, const GVNPass::Expression &RHS)

Detailed Description

Definition at line 175 of file GVN.cpp.

Member Function Documentation

◆ getEmptyKey()

Definition at line 176 of file GVN.cpp.

◆ getHashValue()

Definition at line 179 of file GVN.cpp.

References llvm::hash_value().

◆ getTombstoneKey()

GVNPass::Expression llvm::DenseMapInfo< GVNPass::Expression >::getTombstoneKey ( )
inlinestatic

Definition at line 177 of file GVN.cpp.

◆ isEqual()

Definition at line 185 of file GVN.cpp.


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