Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp53 if (FPI.MaxLoopDepth < LoopDepth) in getFunctionPropertiesInfo()
54 FPI.MaxLoopDepth = LoopDepth; in getFunctionPropertiesInfo()
69 << "MaxLoopDepth: " << MaxLoopDepth << "\n" in print()
H A DInlineSizeEstimatorAnalysis.cpp62 MaxLoopDepth, enumerator
200 FF[NamedFeatureIndex::MaxLoopDepth] = in getFunctionFeatures()
201 std::max(FF[NamedFeatureIndex::MaxLoopDepth], in getFunctionFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h56 int64_t MaxLoopDepth = 0; variable