Lines Matching refs:DstLoop
816 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
824 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
827 while (SrcLoop != DstLoop) { in establishNestingLevels()
829 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
846 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
847 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1956 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
2002 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2304 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2316 DstLoop = DstAddRec->getLoop(); in testRDIV()
2326 DstLoop = SrcAddRec->getLoop(); in testRDIV()
2336 DstLoop = tmpAddRec->getLoop(); in testRDIV()
2348 SrcLoop, DstLoop, in testRDIV()
2353 SrcLoop, DstLoop); in testRDIV()
3357 Loop *DstLoop = LI->getLoopFor(Dst->getParent()); in tryDelinearize() local
3359 const SCEV *DstAccessFn = SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()