Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DStokeInfo.h47 unsigned MaxLoopDepth; member
64 NumLoops = MaxLoopDepth = 0; in reset()
88 << MaxLoopDepth << "," << HotSize << "," << TotalSize << "," in printData()
/llvm-project-15.0.7/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.cpp60 MaxLoopDepth, enumerator
198 FF[NamedFeatureIndex::MaxLoopDepth] = in getFunctionFeatures()
199 std::max(FF[NamedFeatureIndex::MaxLoopDepth], in getFunctionFeatures()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DFunctionPropertiesAnalysisTest.cpp107 EXPECT_EQ(BranchesFeatures.MaxLoopDepth, 0); in TEST_F()
118 EXPECT_EQ(BranchesFeatures.MaxLoopDepth, 0); in TEST_F()
270 ExpectedFinal.MaxLoopDepth = 1; in TEST_F()
601 ExpectedInitial.MaxLoopDepth = 1; in TEST_F()
/llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/
H A Dfpi-update.ll32 ; CHECK: MaxLoopDepth: 1
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h72 int64_t MaxLoopDepth = 0; variable
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1364 int MaxLoopDepth = 1; in countBeneficialSubLoops() local
1374 MaxLoopDepth = std::max(MaxLoopDepth, Stats.MaxDepth + 1); in countBeneficialSubLoops()
1377 return {NumLoops, MaxLoopDepth}; in countBeneficialSubLoops()
1384 int MaxLoopDepth = 0; in countBeneficialLoops() local
1403 MaxLoopDepth = std::max(MaxLoopDepth, Stats.MaxDepth); in countBeneficialLoops()
1406 return {LoopNum, MaxLoopDepth}; in countBeneficialLoops()
/llvm-project-15.0.7/llvm/test/Analysis/FunctionPropertiesAnalysis/
H A Dmatmul.ll26 ; CHECK-DAG: MaxLoopDepth: 0
139 ; CHECK-DAG: MaxLoopDepth: 3
/llvm-project-15.0.7/bolt/lib/Passes/
H A DStokeInfo.cpp109 FuncInfo.MaxLoopDepth = BLI.MaximumDepth; in checkFunction()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1682 unsigned MaxLoopDepth = 0; variable
2128 inline unsigned getMaxLoopDepth() const { return MaxLoopDepth; } in getMaxLoopDepth()
2446 MaxLoopDepth = std::max(MaxLoopDepth, Depth); in updateMaxLoopDepth()