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

/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp96 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, function in class:AliasSet
289 AS->addPointer(*this, Entry, Size, AAInfo);
296 AliasSets.back().addPointer(*this, Entry, Size, AAInfo);
302 addPointer(Ptr, Size, AAInfo, AliasSet::NoAccess, NewPtr);
316 AliasSet &AS = addPointer(LI->getOperand(0),
333 AliasSet &AS = addPointer(SI->getOperand(1),
345 addPointer(VAAI->getOperand(0), MemoryLocation::UnknownSize, AAInfo,
363 addPointer(MSI->getRawDest(), Len, AAInfo, AliasSet::ModAccess, NewPtr);
423 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(),
603 AS->addPointer(*thi
[all...]
H A DLoopAccessAnalysis.cpp236 bool RuntimePointerChecking::CheckingPtrGroup::addPointer(unsigned Index) { function in class:RuntimePointerChecking::CheckingPtrGroup
364 if (Group.addPointer(Pointer)) {
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DAliasSetTracker.cpp95 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, function in class:AliasSet
279 AS->addPointer(*this, Entry, Size, TBAAInfo);
286 AliasSets.back().addPointer(*this, Entry, Size, TBAAInfo);
292 addPointer(Ptr, Size, TBAAInfo, AliasSet::NoModRef, NewPtr);
302 AliasSet &AS = addPointer(LI->getOperand(0),
316 AliasSet &AS = addPointer(SI->getOperand(1),
326 addPointer(VAAI->getOperand(0), AliasAnalysis::UnknownSize,
385 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(),
539 AS->addPointer(*this, Entry, I->second->getSize(),
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasSetTracker.h253 void addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size,
417 AliasSet &addPointer(Value *P, uint64_t Size, const MDNode *TBAAInfo, function in class:llvm::AliasSetTracker
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h261 void addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size,
426 AliasSet &addPointer(Value *P, uint64_t Size, const AAMDNodes &AAInfo, function in class:llvm::AliasSetTracker
H A DLoopAccessAnalysis.h396 bool addPointer(unsigned Index);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h134 - (void)addPointer:(void *)pointer;

Completed in 1918 milliseconds