Home
last modified time | relevance | path

Searched refs:isNoAlias (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h364 bool isNoAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) { in isNoAlias() function
369 bool isNoAlias(const Value *V1, LocationSize V1Size, const Value *V2, in isNoAlias() function
371 return isNoAlias(MemoryLocation(V1, V1Size), MemoryLocation(V2, V2Size)); in isNoAlias()
375 bool isNoAlias(const Value *V1, const Value *V2) { in isNoAlias() function
376 return isNoAlias(MemoryLocation(V1), MemoryLocation(V2)); in isNoAlias()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp579 if (!AA.isNoAlias(MemoryLocation::get(SI), LoadLoc)) in processStore()
965 if (!AA.isNoAlias(MemoryLocation::getForDest(M), in processMemCpyMemCpyDependence()
1227 if (!AA.isNoAlias(MemoryLocation::getForDest(M), in processMemMove()
DDeadStoreElimination.cpp564 if (AA.isNoAlias(InstReadLoc, InstStoreLoc)) in isPossibleSelfRead()
752 return !AA->isNoAlias(StackLoc, LoadedLoc); in removeAccessedObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp685 if (!AA.isNoAlias(MemoryLocation::get(MemInstr), in getVectorizablePrefix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp2488 bool IsAliasing = !AAR->isNoAlias(&getAssociatedValue(), ArgOp); in updateImpl()
2492 << AAR->isNoAlias(&getAssociatedValue(), ArgOp) << " " in updateImpl()