Searched refs:addPointer (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | AliasSetTracker.cpp | 136 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet 372 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor() 394 AS->addPointer(*this, Entry, Size, AAInfo, MustAliasAll); in getAliasSetFor() 400 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true); in getAliasSetFor() 406 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess); in add() 412 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add() 418 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add() 422 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add() 426 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add() 430 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add() [all …]
|
| HD | LoopAccessAnalysis.cpp | 280 bool RuntimePointerChecking::CheckingPtrGroup::addPointer(unsigned Index) { in addPointer() function in RuntimePointerChecking::CheckingPtrGroup 408 if (Group.addPointer(Pointer)) { in groupChecks()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Pointer.cpp | 31 Pointee->addPointer(this); in Pointer() 52 Pointee->addPointer(this); in operator =()
|
| HD | Block.cpp | 21 void Block::addPointer(Pointer *P) { in addPointer() function in Block
|
| HD | Block.h | 90 void addPointer(Pointer *P);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | AliasSetTracker.h | 298 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size, 448 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
|
| HD | LoopAccessAnalysis.h | 400 bool addPointer(unsigned Index);
|