Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp72 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()
H A DInlineSizeEstimatorAnalysis.cpp61 MaxLoopDepth, enumerator
198 FF[NamedFeatureIndex::MaxLoopDepth] = in getFunctionFeatures()
199 std::max(FF[NamedFeatureIndex::MaxLoopDepth], in getFunctionFeatures()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h72 int64_t MaxLoopDepth = 0; variable