Lines Matching refs:DstLoop
751 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
759 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
762 while (SrcLoop != DstLoop) { in establishNestingLevels()
764 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
781 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
782 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1871 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1917 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2219 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2231 DstLoop = DstAddRec->getLoop(); in testRDIV()
2241 DstLoop = SrcAddRec->getLoop(); in testRDIV()
2251 DstLoop = tmpAddRec->getLoop(); in testRDIV()
2263 SrcLoop, DstLoop, in testRDIV()
2268 SrcLoop, DstLoop); in testRDIV()
3259 Loop *DstLoop = LI->getLoopFor(Dst->getParent()); in tryDelinearize() local
3261 const SCEV *DstAccessFn = SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()