Lines Matching refs:addPointer
131 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet
367 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor()
389 AS->addPointer(*this, Entry, Size, AAInfo, MustAliasAll); in getAliasSetFor()
395 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true); 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()
504 addPointer(ArgLoc, getAccessFromModRef(ArgMask)); in add()
535 addPointer( in add()
597 AS->addPointer(*this, Entry, I->second->getSize(), I->second->getAAInfo(), in copyValue()
638 AliasSet &AliasSetTracker::addPointer(MemoryLocation Loc, in addPointer() function in AliasSetTracker