Lines Matching refs:MemoryLocOrCall
123 class MemoryLocOrCall { class
127 MemoryLocOrCall(MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonb08d52880111::MemoryLocOrCall
128 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
129 MemoryLocOrCall(const MemoryUseOrDef *MUD) in MemoryLocOrCall() function in __anonb08d52880111::MemoryLocOrCall
130 : MemoryLocOrCall(MUD->getMemoryInst()) {} in MemoryLocOrCall()
132 MemoryLocOrCall(Instruction *Inst) { in MemoryLocOrCall() function in __anonb08d52880111::MemoryLocOrCall
145 explicit MemoryLocOrCall(const MemoryLocation &Loc) : Loc(Loc) {} in MemoryLocOrCall() function in __anonb08d52880111::MemoryLocOrCall
157 bool operator==(const MemoryLocOrCall &Other) const { in operator ==()
183 template <> struct DenseMapInfo<MemoryLocOrCall> {
184 static inline MemoryLocOrCall getEmptyKey() { in getEmptyKey()
185 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getEmptyKey()); in getEmptyKey()
188 static inline MemoryLocOrCall getTombstoneKey() { in getTombstoneKey()
189 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getTombstoneKey()); in getTombstoneKey()
192 static unsigned getHashValue(const MemoryLocOrCall &MLOC) { in getHashValue()
207 static bool isEqual(const MemoryLocOrCall &LHS, const MemoryLocOrCall &RHS) { in isEqual()
305 const MemoryLocOrCall &UseMLOC, in instructionClobbersQuery()
319 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA).IsClobber; in defClobbersUseOrDef()
1225 DenseMap<MemoryLocOrCall, MemlocStackInfo> &);
1250 DenseMap<MemoryLocOrCall, MemlocStackInfo> &LocStackInfo) { in optimizeUsesInBlock() argument
1284 MemoryLocOrCall UseMLOC(MU); in optimizeUsesInBlock()
1402 DenseMap<MemoryLocOrCall, MemlocStackInfo> LocStackInfo; in optimizeUses()