Lines Matching refs:addPointer
128 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet
346 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor()
366 AS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor()
372 AliasSets.back().addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor()
378 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess); in add()
384 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add()
390 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add()
394 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add()
398 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add()
402 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add()
403 addPointer(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
482 addPointer(ArgLoc, getAccessFromModRef(ArgMask)); in add()
513 addPointer( in add()
566 AS->addPointer(*this, Entry, I->second->getSize(), in copyValue()
608 AliasSet &AliasSetTracker::addPointer(MemoryLocation Loc, in addPointer() function in AliasSetTracker