Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp840 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() local
844 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()