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

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 218 of file MemorySSA.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 219 of file MemorySSA.cpp.

◆ getHashValue()

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

Definition at line 227 of file MemorySSA.cpp.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 223 of file MemorySSA.cpp.

◆ isEqual()

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

Definition at line 242 of file MemorySSA.cpp.

References LHS, and RHS.


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