Lines Matching refs:addPointer
131 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet
365 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor()
387 AS->addPointer(*this, Entry, Size, AAInfo, MustAliasAll); in getAliasSetFor()
393 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true); 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()
503 addPointer(ArgLoc, getAccessFromModRef(ArgMask)); in add()
534 addPointer( in add()
587 AS->addPointer(*this, Entry, I->second->getSize(), I->second->getAAInfo(), in copyValue()
628 AliasSet &AliasSetTracker::addPointer(MemoryLocation Loc, in addPointer() function in AliasSetTracker