Home
last modified time | relevance | path

Searched refs:NumCounts (Results 1 – 25 of 122) sorted by relevance

12345

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DProfileSummary.h36 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 DProfileSummary.cpp63 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 DModuleTest.cpp101 !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 DProfileCommon.h53 uint32_t NumCounts = 0; variable
105 NumCounts++; in addCount()
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dcspgo_profile_summary.ll133 ; PGOSUMMARY: {{![0-9]+}} = !{!"NumCounts", i64 14}
143 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"NumCounts", i64 14}
152 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"NumCounts", i64 23}
H A Dicp_sample.ll24 !10 = !{!"NumCounts", i64 1}
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp248 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 DProfileSummaryBuilder.cpp183 MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
219 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dsummary.ll18 ; CHECK-DAG: {{![0-9]+}} = !{!"NumCounts", i64 5}
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dprofile_meta_invoke.ll32 !8 = !{!"NumCounts", i64 2}
H A Dinline-cold-callee.ll40 !8 = !{!"NumCounts", i64 3}
H A Dinline-cold-callsite-pgo.ll46 !8 = !{!"NumCounts", i64 3}
H A Dinline-hot-callee.ll49 !8 = !{!"NumCounts", i64 3}
H A Dinline-hot-callsite-2.ll50 !8 = !{!"NumCounts", i64 3}
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dconstantpool-align.ll37 !7 = !{!"NumCounts", i64 3}
/llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/
H A Dcoldentrycount.ll42 !7 = !{!"NumCounts", i64 3}
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dsection-samplepgo.ll47 !8 = !{!"NumCounts", i64 3}
/llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/Inputs/
H A Dhotness_based_import.ll75 !8 = !{!"NumCounts", i64 3}
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dcast-call-combine-prof.ll47 !8 = !{!"NumCounts", i64 3}
/llvm-project-15.0.7/llvm/test/Analysis/ProfileSummary/
H A Dbasic.ll45 !8 = !{!"NumCounts", i64 3}
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DSizeOptsTest.cpp116 !7 = !{!"NumCounts", i64 3}
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-fp-imm-size.ll68 !7 = !{!"NumCounts", i64 3}
/llvm-project-15.0.7/lldb/test/Shell/Unwind/Inputs/
H A Dsplit-machine-functions.ll75 !8 = !{!"NumCounts", i64 5}
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/
H A Dthinlto_cspgo_bar_gen.ll47 !8 = !{!"NumCounts", i64 6}
/llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/
H A Dfunc_metadata.ll38 !8 = !{!"NumCounts", i64 2}

12345