Searched refs:getLocationForSource (Results 1 – 4 of 4) sorted by relevance
806 MD->getPointerDependencyFrom(AA.getLocationForSource(MDep), in processMemCpyMemCpyDependence()815 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(MDep))) in processMemCpyMemCpyDependence()895 AliasAnalysis::Location SrcLoc = AliasAnalysis::getLocationForSource(M); in processMemCpy()934 if (!AA.isNoAlias(AA.getLocationForDest(M), AA.getLocationForSource(M))) in processMemMove()1008 MD->getPointerDependencyFrom(AliasAnalysis::getLocationForSource(MDep), in processByValArgument()
234 return AA.getLocationForSource(MTI); in getLocForRead()822 LoadedLoc = AA->getLocationForSource(MTI); in handleEndBlock()
146 static Location getLocationForSource(const MemTransferInst *MTI);
313 AliasAnalysis::getLocationForSource(const MemTransferInst *MTI) { in getLocationForSource() function in AliasAnalysis