Lines Matching refs:MemoryLocation
67 MemoryLocation(L->getValue(), L->getSize(), L->getAAInfo()), in mergeSetIn()
68 MemoryLocation(R->getValue(), R->getSize(), R->getAAInfo()))) in mergeSetIn()
142 MemoryLocation(P->getValue(), P->getSize(), P->getAAInfo()), in addPointer()
143 MemoryLocation(Entry.getValue(), Size, AAInfo)); in addPointer()
207 return AA.alias(MemoryLocation(SomePtr->getValue(), SomePtr->getSize(), in aliasesPointer()
209 MemoryLocation(Ptr, Size, AAInfo)); in aliasesPointer()
216 AA.alias(MemoryLocation(Ptr, Size, AAInfo), in aliasesPointer()
217 MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo())); in aliasesPointer()
227 AA.getModRefInfo(Inst, MemoryLocation(Ptr, Size, AAInfo)))) in aliasesPointer()
255 Inst, MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo())))) in aliasesUnknownInst()
346 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { in getAliasSetFor()
399 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess); in add()
405 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add()
411 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add()
415 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add()
419 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add()
423 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add()
424 addPointer(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
498 MemoryLocation ArgLoc = in add()
499 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
535 MemoryLocation(ASI.getPointer(), ASI.getSize(), ASI.getAAInfo()), in add()
628 AliasSet &AliasSetTracker::addPointer(MemoryLocation Loc, in addPointer()