Searched refs:MaxLoopDepth (Results 1 – 3 of 3) sorted by relevance
60 MaxLoopDepth, enumerator197 FF[NamedFeatureIndex::MaxLoopDepth] = in getFunctionFeatures()198 std::max(FF[NamedFeatureIndex::MaxLoopDepth], in getFunctionFeatures()
208 MaxLoopDepth = 0; in updateAggregateStats()213 MaxLoopDepth = in updateAggregateStats()214 std::max(MaxLoopDepth, static_cast<int64_t>(L->getLoopDepth())); in updateAggregateStats()246 PRINT_PROPERTY(MaxLoopDepth) in print()
76 int64_t MaxLoopDepth = 0;77 int64_t MaxLoopDepth = 0; global() variable