Searched refs:addPointer (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 131 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet 365 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor() 387 AS->addPointer(*this, Entry, Size, AAInfo, MustAliasAll); in getAliasSetFor() 393 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true); in getAliasSetFor() 399 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess); in add() 405 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add() 411 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add() 415 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add() 419 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add() 423 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add() [all …]
|
| H A D | LoopAccessAnalysis.cpp | 282 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index) { in addPointer() function in RuntimeCheckingPtrGroup 413 if (Group.addPointer(Pointer)) { in groupChecks()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Pointer.cpp | 31 Pointee->addPointer(this); in Pointer() 52 Pointee->addPointer(this); in operator =()
|
| H A D | InterpBlock.cpp | 21 void Block::addPointer(Pointer *P) { in addPointer() function in Block
|
| H A D | InterpBlock.h | 90 void addPointer(Pointer *P);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 299 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size, 444 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
|
| H A D | LoopAccessAnalysis.h | 349 bool addPointer(unsigned Index);
|