Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp813 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() local
817 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()