Searched refs:MemoryLocOrCall (Results 1 – 1 of 1) sorted by relevance
158 class MemoryLocOrCall { class162 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall163 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()164 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall165 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()167 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall218 template <> struct DenseMapInfo<MemoryLocOrCall> {219 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()223 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()242 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()[all …]