Lines Matching refs:MaxDepth
1374 MaxLoopDepth = std::max(MaxLoopDepth, Stats.MaxDepth + 1); in countBeneficialSubLoops()
1403 MaxLoopDepth = std::max(MaxLoopDepth, Stats.MaxDepth); in countBeneficialLoops()
1889 if (Stats.MaxDepth == 0) in updateLoopCountStatistic()
1891 else if (Stats.MaxDepth == 1) in updateLoopCountStatistic()
1893 else if (Stats.MaxDepth == 2) in updateLoopCountStatistic()
1895 else if (Stats.MaxDepth == 3) in updateLoopCountStatistic()
1897 else if (Stats.MaxDepth == 4) in updateLoopCountStatistic()
1899 else if (Stats.MaxDepth == 5) in updateLoopCountStatistic()
1907 if (Stats.MaxDepth == 0) in updateLoopCountStatistic()
1909 else if (Stats.MaxDepth == 1) in updateLoopCountStatistic()
1911 else if (Stats.MaxDepth == 2) in updateLoopCountStatistic()
1913 else if (Stats.MaxDepth == 3) in updateLoopCountStatistic()
1915 else if (Stats.MaxDepth == 4) in updateLoopCountStatistic()
1917 else if (Stats.MaxDepth == 5) in updateLoopCountStatistic()