Home
last modified time | relevance | path

Searched refs:addPointer (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp128 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()
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()
482 addPointer(ArgLoc, getAccessFromModRef(ArgMask)); in add()
513 addPointer( in add()
566 AS->addPointer(*this, Entry, I->second->getSize(), in copyValue()
[all …]
H A DLoopAccessAnalysis.cpp280 bool RuntimePointerChecking::CheckingPtrGroup::addPointer(unsigned Index) { in addPointer() function in RuntimePointerChecking::CheckingPtrGroup
408 if (Group.addPointer(Pointer)) { in groupChecks()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h296 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size,
440 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
H A DLoopAccessAnalysis.h401 bool addPointer(unsigned Index);