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

Static Public Member Functions

static MemoryLocOrCall getEmptyKey ()
static MemoryLocOrCall getTombstoneKey ()
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

◆ getEmptyKey()

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

Definition at line 220 of file MemorySSA.cpp.

◆ getHashValue()

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

Definition at line 228 of file MemorySSA.cpp.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 224 of file MemorySSA.cpp.

◆ isEqual()

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

Definition at line 243 of file MemorySSA.cpp.


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