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

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 168 of file GVN.cpp.

Member Function Documentation

◆ getEmptyKey()

static GVNPass::Expression llvm::DenseMapInfo< GVNPass::Expression >::getEmptyKey ( )
inlinestatic

Definition at line 169 of file GVN.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< GVNPass::Expression >::getHashValue ( const GVNPass::Expression e)
inlinestatic

Definition at line 172 of file GVN.cpp.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 170 of file GVN.cpp.

◆ isEqual()

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

Definition at line 178 of file GVN.cpp.

References LHS, and RHS.


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