LLVM 23.0.0git
llvm::DenseMapInfo< MemoryLocOrCall > Struct Reference
Inheritance diagram for llvm::DenseMapInfo< MemoryLocOrCall >:
[legend]

Static Public Member Functions

static unsigned getHashValue (const MemoryLocOrCall &MLOC)
static bool isEqual (const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS)

Detailed Description

Definition at line 219 of file MemorySSA.cpp.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< MemoryLocOrCall >::getHashValue ( const MemoryLocOrCall & MLOC)
inlinestatic

Definition at line 220 of file MemorySSA.cpp.

References llvm::hash_combine().

◆ isEqual()

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

Definition at line 235 of file MemorySSA.cpp.


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