Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp131 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()
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()
503 addPointer(ArgLoc, getAccessFromModRef(ArgMask)); in add()
534 addPointer( in add()
[all …]
H A DLoopAccessAnalysis.cpp284 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, in addPointer() function in RuntimeCheckingPtrGroup
286 return addPointer( in addPointer()
292 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, const SCEV *Start, in addPointer() function in RuntimeCheckingPtrGroup
425 if (Group.addPointer(Pointer, *this)) { in groupChecks()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp31 Pointee->addPointer(this); in Pointer()
52 Pointee->addPointer(this); in operator =()
H A DInterpBlock.cpp21 void Block::addPointer(Pointer *P) { in addPointer() function in Block
H A DInterpBlock.h90 void addPointer(Pointer *P);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h355 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);
356 bool addPointer(unsigned Index, const SCEV *Start, const SCEV *End,
H A DAliasSetTracker.h299 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size,
444 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);