Home
last modified time | relevance | path

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

123456

/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h52 const uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
73 uint64_t MaxInternalCount, uint64_t MaxFunctionCount,
78 MaxFunctionCount(MaxFunctionCount), NumCounts(NumCounts), in PSK()
90 uint64_t getMaxFunctionCount() const { return MaxFunctionCount; } in getMaxFunctionCount()
/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp113 if (FS.getHeadSamples() > MaxFunctionCount) in addRecord()
114 MaxFunctionCount = FS.getHeadSamples(); in addRecord()
189 MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
223 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
231 if (Count > MaxFunctionCount) in addEntryCount()
232 MaxFunctionCount = Count; in addEntryCount()
/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp90 getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount())); in getMD()
214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
224 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxFunctionCount", in getFromMD()
225 MaxFunctionCount)) in getFromMD()
246 MaxCount, MaxInternalCount, MaxFunctionCount, in getFromMD()
253 OS << "Maximum function count: " << MaxFunctionCount << "\n"; in printSummary()
/llvm-project/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/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-callsite-pgo.ll45 !7 = !{!"MaxFunctionCount", i64 1000}
H A Dinline-hot-callsite-2.ll49 !7 = !{!"MaxFunctionCount", i64 1000}
H A Dprof-update-sample.ll42 !7 = !{!"MaxFunctionCount", i64 2000}
/llvm-project/llvm/test/Bitcode/Inputs/
H A Dthinlto-function-summary-callgraph-partial-sample-profile-summary.ll41 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project/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/llvm/test/Transforms/SampleProfile/
H A Dsummary.ll20 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
/llvm-project/llvm/test/CodeGen/ARM/
H A Dconstantpool-align.ll36 !6 = !{!"MaxFunctionCount", i64 1000}
/llvm-project/llvm/test/Transforms/FunctionImport/Inputs/
H A Dhotness_based_import.ll74 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dsection-samplepgo.ll46 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project/llvm/test/Transforms/HotColdSplit/
H A Dcoldentrycount.ll41 !6 = !{!"MaxFunctionCount", i64 1000}
/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h57 uint64_t MaxFunctionCount = 0; variable
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dcast-call-combine-prof.ll46 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project/llvm/test/Analysis/ProfileSummary/
H A Dbasic.ll44 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project/llvm/test/CodeGen/MLRegAlloc/
H A Ddev-mode-log-2-fcts.ll42 !7 = !{!"MaxFunctionCount", i64 1000}
/llvm-project/llvm/unittests/Transforms/Utils/
H A DSizeOptsTest.cpp115 !6 = !{!"MaxFunctionCount", i64 1000}
/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/
H A Dpgo-opt-out.ll31 !12 = !{!"MaxFunctionCount", i64 10000}

123456