Searched refs:MaxLoopDepth (Results 1 – 3 of 3) sorted by relevance
72 MaxLoopDepth = 0; in updateAggregateStats()77 MaxLoopDepth = in updateAggregateStats()78 std::max(MaxLoopDepth, static_cast<int64_t>(L->getLoopDepth())); in updateAggregateStats()108 << "MaxLoopDepth: " << MaxLoopDepth << "\n" in print()
61 MaxLoopDepth, enumerator198 FF[NamedFeatureIndex::MaxLoopDepth] = in getFunctionFeatures()199 std::max(FF[NamedFeatureIndex::MaxLoopDepth], in getFunctionFeatures()
72 int64_t MaxLoopDepth = 0; variable