Searched refs:MaxLoopDepth (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | StokeInfo.h | 47 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 D | FunctionPropertiesAnalysis.cpp | 72 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 D | InlineSizeEstimatorAnalysis.cpp | 60 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 D | FunctionPropertiesAnalysisTest.cpp | 107 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 D | fpi-update.ll | 32 ; CHECK: MaxLoopDepth: 1
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | FunctionPropertiesAnalysis.h | 72 int64_t MaxLoopDepth = 0; variable
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetection.cpp | 1364 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 D | matmul.ll | 26 ; CHECK-DAG: MaxLoopDepth: 0 139 ; CHECK-DAG: MaxLoopDepth: 3
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | StokeInfo.cpp | 109 FuncInfo.MaxLoopDepth = BLI.MaximumDepth; in checkFunction()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 1682 unsigned MaxLoopDepth = 0; variable 2128 inline unsigned getMaxLoopDepth() const { return MaxLoopDepth; } in getMaxLoopDepth() 2446 MaxLoopDepth = std::max(MaxLoopDepth, Depth); in updateMaxLoopDepth()
|