Searched refs:MemoryLocOrCall (Results 1 – 1 of 1) sorted by relevance
136 class MemoryLocOrCall { class140 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon487f31d70111::MemoryLocOrCall141 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()142 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon487f31d70111::MemoryLocOrCall143 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()145 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon487f31d70111::MemoryLocOrCall196 template <> struct DenseMapInfo<MemoryLocOrCall> {197 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()201 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()220 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()[all …]