Lines Matching refs:MemoryLocOrCall

158 class MemoryLocOrCall {  class
162 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall
163 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
164 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall
165 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
167 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall
180 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anon672a7b590211::MemoryLocOrCall
192 bool operator==(const MemoryLocOrCall &Other) const { in operator ==()
218 template <> struct DenseMapInfo<MemoryLocOrCall> {
219 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()
220 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getEmptyKey()); in getEmptyKey()
223 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()
224 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getTombstoneKey()); in getTombstoneKey()
227 static unsigned getHashValue(const MemoryLocOrCall &MLOC) { in getHashValue()
242 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()
325 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery()
339 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA); in defClobbersUseOrDef()
1308 DenseMap<MemoryLocOrCall, MemlocStackInfo> &);
1333 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock() argument
1365 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock()
1470 DenseMap<MemoryLocOrCall, MemlocStackInfo> LocStackInfo; in optimizeUses()