Lines Matching refs:MemoryLocation
63 MemoryLocation(L->getValue(), L->getSize(), L->getAAInfo()), in mergeSetIn()
64 MemoryLocation(R->getValue(), R->getSize(), R->getAAInfo()))) in mergeSetIn()
138 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()
212 AA.alias(MemoryLocation(Ptr, Size, AAInfo), in aliasesPointer()
213 MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo())); in aliasesPointer()
223 AA.getModRefInfo(Inst, MemoryLocation(Ptr, Size, AAInfo)))) in aliasesPointer()
251 Inst, MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo())))) in aliasesUnknownInst()
317 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { in getAliasSetFor()
370 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess); in add()
376 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add()
382 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add()
386 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add()
390 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add()
394 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add()
395 addPointer(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
469 MemoryLocation ArgLoc = in add()
470 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
506 MemoryLocation(ASI.getPointer(), ASI.getSize(), ASI.getAAInfo()), in add()
599 AliasSet &AliasSetTracker::addPointer(MemoryLocation Loc, in addPointer()