LLVM  4.0.0
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 155 of file MemorySSA.cpp.

Member Function Documentation

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

Definition at line 156 of file MemorySSA.cpp.

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

Definition at line 162 of file MemorySSA.cpp.

References llvm::hash_combine().

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

Definition at line 159 of file MemorySSA.cpp.

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

Definition at line 170 of file MemorySSA.cpp.


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