HomeSort by relevance Sort by last modified time
    Searched refs:getLocationForSource (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 806 MD->getPointerDependencyFrom(AA.getLocationForSource(MDep),
815 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(MDep)))
    [all...]
DeadStoreElimination.cpp 234 return AA.getLocationForSource(MTI);
822 LoadedLoc = AA->getLocationForSource(MTI);
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 146 static Location getLocationForSource(const MemTransferInst *MTI);
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 313 AliasAnalysis::getLocationForSource(const MemTransferInst *MTI) {

Completed in 696 milliseconds