LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< MemoryLocOrCall > Struct Template 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

template<>
struct llvm::DenseMapInfo< MemoryLocOrCall >

Definition at line 183 of file MemorySSA.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 184 of file MemorySSA.cpp.

◆ getHashValue()

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

Definition at line 192 of file MemorySSA.cpp.

References Arg, and llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 188 of file MemorySSA.cpp.

◆ isEqual()

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

Definition at line 207 of file MemorySSA.cpp.


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