Searched refs:addPointer (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 126 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet 337 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor() 359 AS->addPointer(*this, Entry, Size, AAInfo, MustAliasAll); in getAliasSetFor() 365 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true); in getAliasSetFor() 371 addPointer(MemoryLocation(Ptr, Size, AAInfo), AliasSet::NoAccess); in add() 377 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add() 383 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add() 387 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add() 391 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add() 395 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add() [all …]
|
| H A D | LoopAccessAnalysis.cpp | 381 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, in addPointer() function in RuntimeCheckingPtrGroup 383 return addPointer( in addPointer() 389 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, const SCEV *Start, in addPointer() function in RuntimeCheckingPtrGroup 526 if (Group.addPointer(Pointer, *this)) { in groupChecks()
|
| H A D | ScalarEvolution.cpp | 1619 ID.addPointer(Op); in getZeroExtendExpr() 1620 ID.addPointer(Ty); in getZeroExtendExpr() 1941 ID.addPointer(Op); in getSignExtendExpr() 1942 ID.addPointer(Ty); in getSignExtendExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Pointer.cpp | 34 Pointee->addPointer(this); in Pointer() 55 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 | 125 void addPointer(Pointer *P);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 287 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size, 391 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
|
| H A D | LoopAccessAnalysis.h | 347 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck); 348 bool addPointer(unsigned Index, const SCEV *Start, const SCEV *End,
|
| H A D | ScalarEvolution.h | 1319 void addPointer(const void *Ptr) {
|