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

Completed in 843 milliseconds