Searched refs:SrcLevel (Results 1 – 1 of 1) sorted by relevance
711 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() local715 SrcLevels = SrcLevel; in establishNestingLevels()716 MaxLevels = SrcLevel + DstLevel; in establishNestingLevels()717 while (SrcLevel > DstLevel) { in establishNestingLevels()719 SrcLevel--; in establishNestingLevels()721 while (DstLevel > SrcLevel) { in establishNestingLevels()728 SrcLevel--; in establishNestingLevels()730 CommonLevels = SrcLevel; in establishNestingLevels()