Lines Matching refs:DstLoop
736 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
744 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
747 while (SrcLoop != DstLoop) { in establishNestingLevels()
749 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
766 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
767 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1892 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1937 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2224 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2236 DstLoop = DstAddRec->getLoop(); in testRDIV()
2246 DstLoop = SrcAddRec->getLoop(); in testRDIV()
2256 DstLoop = tmpAddRec->getLoop(); in testRDIV()
2268 SrcLoop, DstLoop, in testRDIV()
2273 SrcLoop, DstLoop); in testRDIV()
3265 Loop *DstLoop = LI->getLoopFor(Dst->getParent()); in tryDelinearize() local
3271 SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()