Lines Matching refs:addPointer
127 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet
336 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor()
358 AS->addPointer(*this, Entry, Size, AAInfo, MustAliasAll); in getAliasSetFor()
364 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true); 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()
474 addPointer(ArgLoc, getAccessFromModRef(ArgMask)); in add()
505 addPointer( in add()
558 AS->addPointer(*this, Entry, I->second->getSize(), I->second->getAAInfo(), in copyValue()
599 AliasSet &AliasSetTracker::addPointer(MemoryLocation Loc, in addPointer() function in AliasSetTracker