Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryLocation.h89 static MemoryLocation getForDest(const MemIntrinsic *MI);
/external/llvm/lib/Analysis/
DMemoryLocation.cpp80 MemoryLocation MemoryLocation::getForDest(const MemIntrinsic *MTI) { in getForDest() function in MemoryLocation
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1004 if (!AA.isNoAlias(MemoryLocation::getForDest(M), in processMemCpyMemCpyDependence()
1054 MD->getPointerDependencyFrom(MemoryLocation::getForDest(MemSet), false, in processMemSetMemCpyDependence()
1240 if (!AA.isNoAlias(MemoryLocation::getForDest(M), in processMemMove()
DDeadStoreElimination.cpp155 MemoryLocation Loc = MemoryLocation::getForDest(MI); in getLocForWrite()