Home
last modified time | relevance | path

Searched refs:MaxFunctionCount (Results 1 – 25 of 127) sorted by relevance

123456

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DProfileSummary.h52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
73 uint64_t MaxInternalCount, uint64_t MaxFunctionCount,
78 MaxInternalCount(MaxInternalCount), MaxFunctionCount(MaxFunctionCount), in PSK()
90 uint64_t getMaxFunctionCount() const { return MaxFunctionCount; } in getMaxFunctionCount()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp107 if (FS.getHeadSamples() > MaxFunctionCount) in addRecord()
108 MaxFunctionCount = FS.getHeadSamples(); in addRecord()
183 MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
219 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
230 if (Count > MaxFunctionCount) in addEntryCount()
231 MaxFunctionCount = Count; in addEntryCount()
/llvm-project-15.0.7/llvm/lib/IR/
H A DProfileSummary.cpp214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
225 MaxFunctionCount)) in getFromMD()
246 MaxCount, MaxInternalCount, MaxFunctionCount, in getFromMD()
253 OS << "Maximum function count: " << MaxFunctionCount << "\n"; in printSummary()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DModuleTest.cpp100 !6 = !{!"MaxFunctionCount", i64 1000}
136 !6 = !{!"MaxFunctionCount", i64 1000} in TEST()
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dcspgo_profile_summary.ll132 ; PGOSUMMARY: {{![0-9]+}} = !{!"MaxFunctionCount", i64 800000}
142 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"MaxFunctionCount", i64 800000}
151 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"MaxFunctionCount", i64 200000}
H A DPR28219.ll11 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
H A Dicp_sample.ll23 !9 = !{!"MaxFunctionCount", i64 0}
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dfunction-count-update-2.ll29 !0 = !{i32 1, !"MaxFunctionCount", i32 1000}
H A Dprofile_meta_invoke.ll31 !7 = !{!"MaxFunctionCount", i64 2000}
H A Dinline-cold-callee.ll39 !7 = !{!"MaxFunctionCount", i64 1000}
H A Dinline-cold-callsite-pgo.ll45 !7 = !{!"MaxFunctionCount", i64 1000}
H A Dinline-hot-callee.ll48 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/
H A DMultipleExitBranchProb.ll29 !0 = !{i32 1, !"MaxFunctionCount", i32 10000}
H A DExtractedFnEntryCount.ll30 !0 = !{i32 1, !"MaxFunctionCount", i32 1000}
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dsummary.ll20 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DProfileCommon.h52 uint64_t MaxFunctionCount = 0; variable
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dconstantpool-align.ll36 !6 = !{!"MaxFunctionCount", i64 1000}
/llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/
H A Dcoldentrycount.ll41 !6 = !{!"MaxFunctionCount", i64 1000}
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dsection-samplepgo.ll46 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/Inputs/
H A Dhotness_based_import.ll74 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dcast-call-combine-prof.ll46 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project-15.0.7/llvm/test/Analysis/ProfileSummary/
H A Dbasic.ll44 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DSizeOptsTest.cpp115 !6 = !{!"MaxFunctionCount", i64 1000}
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-fp-imm-size.ll67 !6 = !{!"MaxFunctionCount", i64 1000}
/llvm-project-15.0.7/lldb/test/Shell/Unwind/Inputs/
H A Dsplit-machine-functions.ll74 !7 = !{!"MaxFunctionCount", i64 1}

123456