Home
last modified time | relevance | path

Searched refs:SrcLevel (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp711 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() local
715 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()