| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 36 const uint64_t NumCounts; ///< Number of counts >= the minimum count. member 40 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {} in ProfileSummaryEntry() 53 const uint32_t NumCounts, NumFunctions; variable 74 uint32_t NumCounts, uint32_t NumFunctions, 79 NumCounts(NumCounts), NumFunctions(NumFunctions), Partial(Partial), in PSK() 91 uint32_t getNumCounts() const { return NumCounts; } in getNumCounts()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 63 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Entry.NumCounts))}; in getDetailedSummaryMD() 214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local 228 NumCounts)) in getFromMD() 247 NumCounts, NumFunctions, IsPartialProfile, in getFromMD() 255 OS << "Total number of blocks: " << NumCounts << "\n"; in printSummary() 262 OS << Entry.NumCounts << " blocks with count >= " << Entry.MinCount in printDetailedSummary()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ModuleTest.cpp | 101 !7 = !{!"NumCounts", i64 200} 137 !7 = !{!"NumCounts", i64 200} in TEST() 153 const unsigned NumCounts = 200; in TEST() local 156 double Ratio = (double)BlockCount / NumCounts; in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | ProfileCommon.h | 53 uint32_t NumCounts = 0; variable 105 NumCounts++; in addCount()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | cspgo_profile_summary.ll | 133 ; PGOSUMMARY: {{![0-9]+}} = !{!"NumCounts", i64 14} 143 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"NumCounts", i64 14} 152 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"NumCounts", i64 23}
|
| H A D | icp_sample.ll | 24 !10 = !{!"NumCounts", i64 1}
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 248 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds() 250 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds() 256 static_cast<uint64_t>(HotEntry.NumCounts * PartialProfileRatio * in computeThresholds()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | ProfileSummaryBuilder.cpp | 183 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 219 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | summary.ll | 18 ; CHECK-DAG: {{![0-9]+}} = !{!"NumCounts", i64 5}
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | profile_meta_invoke.ll | 32 !8 = !{!"NumCounts", i64 2}
|
| H A D | inline-cold-callee.ll | 40 !8 = !{!"NumCounts", i64 3}
|
| H A D | inline-cold-callsite-pgo.ll | 46 !8 = !{!"NumCounts", i64 3}
|
| H A D | inline-hot-callee.ll | 49 !8 = !{!"NumCounts", i64 3}
|
| H A D | inline-hot-callsite-2.ll | 50 !8 = !{!"NumCounts", i64 3}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | constantpool-align.ll | 37 !7 = !{!"NumCounts", i64 3}
|
| /llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/ |
| H A D | coldentrycount.ll | 42 !7 = !{!"NumCounts", i64 3}
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/ |
| H A D | section-samplepgo.ll | 47 !8 = !{!"NumCounts", i64 3}
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/Inputs/ |
| H A D | hotness_based_import.ll | 75 !8 = !{!"NumCounts", i64 3}
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | cast-call-combine-prof.ll | 47 !8 = !{!"NumCounts", i64 3}
|
| /llvm-project-15.0.7/llvm/test/Analysis/ProfileSummary/ |
| H A D | basic.ll | 45 !8 = !{!"NumCounts", i64 3}
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | SizeOptsTest.cpp | 116 !7 = !{!"NumCounts", i64 3}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-fp-imm-size.ll | 68 !7 = !{!"NumCounts", i64 3}
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/Inputs/ |
| H A D | split-machine-functions.ll | 75 !8 = !{!"NumCounts", i64 5}
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/ |
| H A D | thinlto_cspgo_bar_gen.ll | 47 !8 = !{!"NumCounts", i64 6}
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/ |
| H A D | func_metadata.ll | 38 !8 = !{!"NumCounts", i64 2}
|