Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDAliasSetTracker.cpp136 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 …]
HDLoopAccessAnalysis.cpp280 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/
HDPointer.cpp31 Pointee->addPointer(this); in Pointer()
52 Pointee->addPointer(this); in operator =()
HDBlock.cpp21 void Block::addPointer(Pointer *P) { in addPointer() function in Block
HDBlock.h90 void addPointer(Pointer *P);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDAliasSetTracker.h298 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size,
448 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
HDLoopAccessAnalysis.h400 bool addPointer(unsigned Index);