Searched refs:addPointer (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 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() 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 D | LoopAccessAnalysis.cpp | 280 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 D | AliasSetTracker.h | 296 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size, 440 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
|
| H A D | LoopAccessAnalysis.h | 401 bool addPointer(unsigned Index);
|