Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasSetTracker.cpp126 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 DLoopAccessAnalysis.cpp381 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 DScalarEvolution.cpp1619 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 DPointer.cpp34 Pointee->addPointer(this); in Pointer()
55 Pointee->addPointer(this); in operator =()
H A DInterpBlock.cpp21 void Block::addPointer(Pointer *P) { in addPointer() function in Block
H A DInterpBlock.h125 void addPointer(Pointer *P);
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h287 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size,
391 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
H A DLoopAccessAnalysis.h347 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);
348 bool addPointer(unsigned Index, const SCEV *Start, const SCEV *End,
H A DScalarEvolution.h1319 void addPointer(const void *Ptr) {