Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp806 MD->getPointerDependencyFrom(AA.getLocationForSource(MDep), in processMemCpyMemCpyDependence()
815 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(MDep))) in processMemCpyMemCpyDependence()
895 AliasAnalysis::Location SrcLoc = AliasAnalysis::getLocationForSource(M); in processMemCpy()
934 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(M))) in processMemMove()
1008 MD->getPointerDependencyFrom(AliasAnalysis::getLocationForSource(MDep), in processByValArgument()
DDeadStoreElimination.cpp234 return AA.getLocationForSource(MTI); in getLocForRead()
822 LoadedLoc = AA->getLocationForSource(MTI); in handleEndBlock()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h146 static Location getLocationForSource(const MemTransferInst *MTI);
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp313 AliasAnalysis::getLocationForSource(const MemTransferInst *MTI) { in getLocationForSource() function in AliasAnalysis