Searched refs:SrcLevel (Results 1 – 1 of 1) sorted by relevance
813 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() local817 SrcLevels = SrcLevel; in establishNestingLevels()818 MaxLevels = SrcLevel + DstLevel; in establishNestingLevels()819 while (SrcLevel > DstLevel) { in establishNestingLevels()821 SrcLevel--; in establishNestingLevels()823 while (DstLevel > SrcLevel) { in establishNestingLevels()830 SrcLevel--; in establishNestingLevels()832 CommonLevels = SrcLevel; in establishNestingLevels()