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 738 MD->getPointerDependencyFrom(AA.getLocationForSource(MDep),
747 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(MDep)))
820 AliasAnalysis::Location SrcLoc = AliasAnalysis::getLocationForSource(M);
840 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(M)))
    [all...]
DeadStoreElimination.cpp 213 return AA.getLocationForSource(MTI);
803 LoadedLoc = AA->getLocationForSource(MTI);
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 141 static Location getLocationForSource(const MemTransferInst *MTI);
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 255 AliasAnalysis::getLocationForSource(const MemTransferInst *MTI) {

Completed in 115 milliseconds