• Home
  • Raw
  • Download

Lines Matching refs:MemoryLocation

66     if (AA.alias(MemoryLocation(L->getValue(), L->getSize(), L->getAAInfo()),  in mergeSetIn()
67 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 MemoryLocation(Ptr, Size, AAInfo), in aliasesPointer()
217 MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo()))) in aliasesPointer()
225 AA.getModRefInfo(Inst, MemoryLocation(Ptr, Size, AAInfo)))) in aliasesPointer()
253 Inst, MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo())))) in aliasesUnknownInst()
348 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { in getAliasSetFor()
401 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess); in add()
407 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add()
413 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add()
417 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add()
421 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add()
425 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add()
426 addPointer(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
499 MemoryLocation ArgLoc = in add()
500 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
536 MemoryLocation(ASI.getPointer(), ASI.getSize(), ASI.getAAInfo()), in add()
638 AliasSet &AliasSetTracker::addPointer(MemoryLocation Loc, in addPointer()