Searched refs:DstLoop (Results 1 – 2 of 2) sorted by relevance
517 unsigned mapDstLoop(const Loop *DstLoop) const;742 const Loop *DstLoop,759 const Loop *DstLoop) const;
753 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local761 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()764 while (SrcLoop != DstLoop) { in establishNestingLevels()766 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()784 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()2241 const Loop *SrcLoop, *DstLoop; in testRDIV() local2253 DstLoop = DstAddRec->getLoop(); in testRDIV()2263 DstLoop = SrcAddRec->getLoop(); in testRDIV()2273 DstLoop = tmpAddRec->getLoop(); in testRDIV()2285 SrcLoop, DstLoop, in testRDIV()[all …]