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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 738 MD->getPointerDependencyFrom(AA.getLocationForSource(MDep),
747 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(MDep)))
836 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(M)))
    [all...]
DeadStoreElimination.cpp 210 return AA.getLocationForSource(MTI);
681 LoadedLoc = AA->getLocationForSource(MTI);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 141 static Location getLocationForSource(const MemTransferInst *MTI);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysis.cpp 255 AliasAnalysis::getLocationForSource(const MemTransferInst *MTI) {

Completed in 113 milliseconds