Home
last modified time | relevance | path

Searched refs:getLocationForSource (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp738 MD->getPointerDependencyFrom(AA.getLocationForSource(MDep), in processMemCpyMemCpyDependence()
747 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(MDep))) in processMemCpyMemCpyDependence()
836 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(M))) in processMemMove()
906 MD->getPointerDependencyFrom(AliasAnalysis::getLocationForSource(MDep), in processByValArgument()
DDeadStoreElimination.cpp210 return AA.getLocationForSource(MTI); in getLocForRead()
681 LoadedLoc = AA->getLocationForSource(MTI); in handleEndBlock()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasAnalysis.cpp255 AliasAnalysis::getLocationForSource(const MemTransferInst *MTI) { in getLocationForSource() function in AliasAnalysis
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h141 static Location getLocationForSource(const MemTransferInst *MTI);