Lines Matching refs:DstLoop
714 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
722 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
725 while (SrcLoop != DstLoop) { in establishNestingLevels()
727 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
744 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
745 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1819 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1864 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2151 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2163 DstLoop = DstAddRec->getLoop(); in testRDIV()
2173 DstLoop = SrcAddRec->getLoop(); in testRDIV()
2183 DstLoop = tmpAddRec->getLoop(); in testRDIV()
2195 SrcLoop, DstLoop, in testRDIV()
2200 SrcLoop, DstLoop); in testRDIV()
3183 Loop *DstLoop = LI->getLoopFor(Dst->getParent()); in tryDelinearize() local
3189 SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()