Lines Matching refs:MemoryLocOrCall
165 class MemoryLocOrCall { class
169 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonca596e530211::MemoryLocOrCall
170 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
171 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonca596e530211::MemoryLocOrCall
172 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
174 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anonca596e530211::MemoryLocOrCall
187 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anonca596e530211::MemoryLocOrCall
199 bool operator==(const MemoryLocOrCall &Other) const { in operator ==()
225 template <> struct DenseMapInfo<MemoryLocOrCall> {
226 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()
227 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getEmptyKey()); in getEmptyKey()
230 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()
231 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getTombstoneKey()); in getTombstoneKey()
234 static unsigned getHashValue(const MemoryLocOrCall &MLOC) { in getHashValue()
249 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()
349 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery()
363 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA).IsClobber; in defClobbersUseOrDef()
1352 DenseMap<MemoryLocOrCall, MemlocStackInfo> &);
1377 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock() argument
1414 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock()
1527 DenseMap<MemoryLocOrCall, MemlocStackInfo> LocStackInfo; in optimizeUses()