Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp815 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(MDep))) in processMemCpyMemCpyDependence()
934 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(M))) in processMemMove()
DDeadStoreElimination.cpp204 AliasAnalysis::Location Loc = AA.getLocationForDest(MI); in getLocForWrite()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h147 static Location getLocationForDest(const MemIntrinsic *MI);
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp327 AliasAnalysis::getLocationForDest(const MemIntrinsic *MTI) { in getLocationForDest() function in AliasAnalysis