Searched refs:SrcLevel (Results 1 – 1 of 1) sorted by relevance
716 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() local720 SrcLevels = SrcLevel; in establishNestingLevels()721 MaxLevels = SrcLevel + DstLevel; in establishNestingLevels()722 while (SrcLevel > DstLevel) { in establishNestingLevels()724 SrcLevel--; in establishNestingLevels()726 while (DstLevel > SrcLevel) { in establishNestingLevels()733 SrcLevel--; in establishNestingLevels()735 CommonLevels = SrcLevel; in establishNestingLevels()