Searched refs:getLocationForSource (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp776 MD->getPointerDependencyFrom(AA.getLocationForSource(MDep),
785 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(MDep)))
859 AliasAnalysis::Location SrcLoc = AliasAnalysis::getLocationForSource(M);
879 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(M)))
949 MD->getPointerDependencyFrom(AliasAnalysis::getLocationForSource(MDep),
H A DDeadStoreElimination.cpp238 return AA.getLocationForSource(MTI);
842 LoadedLoc = AA->getLocationForSource(MTI);
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h149 static Location getLocationForSource(const MemTransferInst *MTI);
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp260 AliasAnalysis::getLocationForSource(const MemTransferInst *MTI) { function in class:AliasAnalysis

Completed in 131 milliseconds