Home
last modified time | relevance | path

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

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