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 782 MD->getPointerDependencyFrom(AA.getLocationForSource(MDep),
791 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(MDep)))
    [all...]
DeadStoreElimination.cpp 243 return AA.getLocationForSource(MTI);
833 LoadedLoc = AA->getLocationForSource(MTI);
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 149 static Location getLocationForSource(const MemTransferInst *MTI);
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 282 AliasAnalysis::getLocationForSource(const MemTransferInst *MTI) {

Completed in 56 milliseconds