Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
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 DLoopAccessAnalysis.cpp282 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 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);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h299 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size,
444 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
H A DLoopAccessAnalysis.h349 bool addPointer(unsigned Index);