Lines Matching refs:MemoryLocation
69 if (AA.alias(MemoryLocation(L->getValue(), L->getSize(), L->getAAInfo()), in mergeSetIn()
70 MemoryLocation(R->getValue(), R->getSize(), R->getAAInfo())) != in mergeSetIn()
138 AA.alias(MemoryLocation(P->getValue(), P->getSize(), P->getAAInfo()), in addPointer()
139 MemoryLocation(Entry.getValue(), Size, AAInfo)); in addPointer()
203 return AA.alias(MemoryLocation(SomePtr->getValue(), SomePtr->getSize(), in aliasesPointer()
205 MemoryLocation(Ptr, Size, AAInfo)); in aliasesPointer()
211 if (AA.alias(MemoryLocation(Ptr, Size, AAInfo), in aliasesPointer()
212 MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo()))) in aliasesPointer()
220 AA.getModRefInfo(Inst, MemoryLocation(Ptr, Size, AAInfo)))) in aliasesPointer()
248 Inst, MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo())))) in aliasesUnknownInst()
327 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { in getAliasSetFor()
378 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess); in add()
384 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add()
390 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add()
394 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add()
398 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add()
402 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add()
403 addPointer(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
477 MemoryLocation ArgLoc = in add()
478 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
514 MemoryLocation(ASI.getPointer(), ASI.getSize(), ASI.getAAInfo()), in add()
608 AliasSet &AliasSetTracker::addPointer(MemoryLocation Loc, in addPointer()