Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasSetTracker.cpp127 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet
336 AliasAnyAS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetFor()
358 AS->addPointer(*this, Entry, Size, AAInfo, MustAliasAll); in getAliasSetFor()
364 AliasSets.back().addPointer(*this, Entry, Size, AAInfo, true); in getAliasSetFor()
376 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add()
382 addPointer(MemoryLocation::get(SI), AliasSet::ModAccess); in add()
386 addPointer(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add()
390 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add()
474 addPointer(ArgLoc, getAccessFromModRef(ArgMask)); in add()
505 addPointer( in add()
[all …]
H A DLoopAccessAnalysis.cpp379 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, in addPointer() function in RuntimeCheckingPtrGroup
381 return addPointer( in addPointer()
387 bool RuntimeCheckingPtrGroup::addPointer(unsigned Index, const SCEV *Start, in addPointer() function in RuntimeCheckingPtrGroup
524 if (Group.addPointer(Pointer, *this)) { in groupChecks()
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.m332 [pa addPointer:gcstrcpy1(path)];
338 [pa addPointer:"-ObjC"];
341 [pa addPointer:"-g"];
346 [pa addPointer:"-std=c99"];
347 [pa addPointer:"-fblocks"];
349 [pa addPointer:"-arch"];
364 [pa addPointer:"-c"];
367 [pa addPointer:"-framework"];
368 [pa addPointer:"Foundation"];
371 [pa addPointer:"-o"];
[all …]
/llvm-project-15.0.7/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.h88 void addPointer(Pointer *P);
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h292 void addPointer(AliasSetTracker &AST, PointerRec &Entry, LocationSize Size,
437 AliasSet &addPointer(MemoryLocation Loc, AliasSet::AccessLattice E);
H A DLoopAccessAnalysis.h346 bool addPointer(unsigned Index, RuntimePointerChecking &RtCheck);
347 bool addPointer(unsigned Index, const SCEV *Start, const SCEV *End,
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h149 - (void)addPointer:(void *)pointer;
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.mm266 [pointerArray addPointer:p1];