Lines Matching refs:MemoryLocOrCall
159 class MemoryLocOrCall { class
163 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon66a062f80211::MemoryLocOrCall
164 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
165 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon66a062f80211::MemoryLocOrCall
166 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
168 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon66a062f80211::MemoryLocOrCall
181 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anon66a062f80211::MemoryLocOrCall
193 bool operator==(const MemoryLocOrCall &Other) const { in operator ==()
219 template <> struct DenseMapInfo<MemoryLocOrCall> {
220 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()
221 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getEmptyKey()); in getEmptyKey()
224 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()
225 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getTombstoneKey()); in getTombstoneKey()
228 static unsigned getHashValue(const MemoryLocOrCall &MLOC) { in getHashValue()
243 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()
328 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery()
342 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA); in defClobbersUseOrDef()
1332 DenseMap<MemoryLocOrCall, MemlocStackInfo> &);
1357 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock() argument
1389 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock()
1494 DenseMap<MemoryLocOrCall, MemlocStackInfo> LocStackInfo; in optimizeUses()