Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp228 MaxLoopDepth = 0; in updateAggregateStats()
233 MaxLoopDepth = in updateAggregateStats()
234 std::max(MaxLoopDepth, static_cast<int64_t>(L->getLoopDepth())); in updateAggregateStats()
276 MaxLoopDepth != FPI.MaxLoopDepth || in operator ==()
336 PRINT_PROPERTY(MaxLoopDepth) in print()
H A DInlineSizeEstimatorAnalysis.cpp60 MaxLoopDepth, enumerator
198 FF[NamedFeatureIndex::MaxLoopDepth] = in getFunctionFeatures()
199 std::max(FF[NamedFeatureIndex::MaxLoopDepth], in getFunctionFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h82 int64_t MaxLoopDepth = 0; variable