Lines Matching refs:MemoryLocOrCall

136 class MemoryLocOrCall {  class
140 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon487f31d70111::MemoryLocOrCall
141 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
142 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon487f31d70111::MemoryLocOrCall
143 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
145 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon487f31d70111::MemoryLocOrCall
158 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anon487f31d70111::MemoryLocOrCall
170 bool operator==(const MemoryLocOrCall &Other) const { in operator ==()
196 template <> struct DenseMapInfo<MemoryLocOrCall> {
197 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()
198 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getEmptyKey()); in getEmptyKey()
201 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()
202 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getTombstoneKey()); in getTombstoneKey()
205 static unsigned getHashValue(const MemoryLocOrCall &MLOC) { in getHashValue()
220 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()
319 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery()
333 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA).IsClobber; in defClobbersUseOrDef()
1316 DenseMap<MemoryLocOrCall, MemlocStackInfo> &);
1341 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock() argument
1375 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock()
1485 DenseMap<MemoryLocOrCall, MemlocStackInfo> LocStackInfo; in optimizeUses()