/llvm-project/llvm/include/llvm/IR/ |
H A D | ProfileSummary.h | 52 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 D | ProfileSummaryBuilder.cpp | 113 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 D | ProfileSummary.cpp | 90 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 D | cspgo_profile_summary.ll | 132 ; PGOSUMMARY: {{![0-9]+}} = !{!"MaxFunctionCount", i64 800000} 142 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"MaxFunctionCount", i64 800000} 151 ; CSPGOSUMMARY: {{![0-9]+}} = !{!"MaxFunctionCount", i64 200000}
|
H A D | PR28219.ll | 11 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
|
H A D | icp_sample.ll | 23 !9 = !{!"MaxFunctionCount", i64 0}
|
/llvm-project/llvm/test/Transforms/Inline/ |
H A D | function-count-update-2.ll | 29 !0 = !{i32 1, !"MaxFunctionCount", i32 1000}
|
H A D | profile_meta_invoke.ll | 31 !7 = !{!"MaxFunctionCount", i64 2000}
|
H A D | inline-cold-callsite-pgo.ll | 45 !7 = !{!"MaxFunctionCount", i64 1000}
|
H A D | inline-hot-callsite-2.ll | 49 !7 = !{!"MaxFunctionCount", i64 1000}
|
H A D | prof-update-sample.ll | 42 !7 = !{!"MaxFunctionCount", i64 2000}
|
/llvm-project/llvm/test/Bitcode/Inputs/ |
H A D | thinlto-function-summary-callgraph-partial-sample-profile-summary.ll | 41 !7 = !{!"MaxFunctionCount", i64 1000}
|
/llvm-project/llvm/test/Transforms/CodeExtractor/ |
H A D | MultipleExitBranchProb.ll | 29 !0 = !{i32 1, !"MaxFunctionCount", i32 10000}
|
H A D | ExtractedFnEntryCount.ll | 30 !0 = !{i32 1, !"MaxFunctionCount", i32 1000}
|
/llvm-project/llvm/test/Transforms/SampleProfile/ |
H A D | summary.ll | 20 ; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | constantpool-align.ll | 36 !6 = !{!"MaxFunctionCount", i64 1000}
|
/llvm-project/llvm/test/Transforms/FunctionImport/Inputs/ |
H A D | hotness_based_import.ll | 74 !7 = !{!"MaxFunctionCount", i64 1000}
|
/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/ |
H A D | section-samplepgo.ll | 46 !7 = !{!"MaxFunctionCount", i64 1000}
|
/llvm-project/llvm/test/Transforms/HotColdSplit/ |
H A D | coldentrycount.ll | 41 !6 = !{!"MaxFunctionCount", i64 1000}
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | ProfileCommon.h | 57 uint64_t MaxFunctionCount = 0; variable
|
/llvm-project/llvm/test/Transforms/InstCombine/ |
H A D | cast-call-combine-prof.ll | 46 !7 = !{!"MaxFunctionCount", i64 1000}
|
/llvm-project/llvm/test/Analysis/ProfileSummary/ |
H A D | basic.ll | 44 !7 = !{!"MaxFunctionCount", i64 1000}
|
/llvm-project/llvm/test/CodeGen/MLRegAlloc/ |
H A D | dev-mode-log-2-fcts.ll | 42 !7 = !{!"MaxFunctionCount", i64 1000}
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | SizeOptsTest.cpp | 115 !6 = !{!"MaxFunctionCount", i64 1000}
|
/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/ |
H A D | pgo-opt-out.ll | 31 !12 = !{!"MaxFunctionCount", i64 10000}
|