Searched refs:SrcLevel (Results 1 – 1 of 1) sorted by relevance
840 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() local844 SrcLevels = SrcLevel; in establishNestingLevels()845 MaxLevels = SrcLevel + DstLevel; in establishNestingLevels()846 while (SrcLevel > DstLevel) { in establishNestingLevels()848 SrcLevel--; in establishNestingLevels()850 while (DstLevel > SrcLevel) { in establishNestingLevels()857 SrcLevel--; in establishNestingLevels()859 CommonLevels = SrcLevel; in establishNestingLevels()