Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp61 MaxLoopDepth, enumerator
198 FF[NamedFeatureIndex::MaxLoopDepth] = in getFunctionFeatures()
199 std::max(FF[NamedFeatureIndex::MaxLoopDepth], in getFunctionFeatures()
H A DFunctionPropertiesAnalysis.cpp208 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h76 int64_t MaxLoopDepth = 0; variable