Searched refs:MemoryLocOrCall (Results 1 – 1 of 1) sorted by relevance
123 class MemoryLocOrCall { class127 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonb08d52880111::MemoryLocOrCall128 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()129 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonb08d52880111::MemoryLocOrCall130 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()132 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anonb08d52880111::MemoryLocOrCall183 template <> struct DenseMapInfo<MemoryLocOrCall> {184 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()188 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()207 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()[all …]