Home
last modified time | relevance | path

Searched refs:DetailedSummary (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DProfileSummary.h51 SummaryEntryVector DetailedSummary; variable
60 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary, in ProfileSummary() argument
64 : PSK(K), DetailedSummary(std::move(DetailedSummary)), in ProfileSummary()
74 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/external/llvm/include/llvm/IR/
DProfileSummary.h54 SummaryEntryVector DetailedSummary; variable
62 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary, in ProfileSummary() argument
66 : PSK(K), DetailedSummary(std::move(DetailedSummary)), in ProfileSummary()
75 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/external/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp87 DetailedSummary.push_back(PSE); in computeDetailedSummary()
94 ProfileSummary::PSK_Sample, DetailedSummary, TotalCount, MaxCount, 0, in getSummary()
101 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp86 DetailedSummary.push_back(PSE); in computeDetailedSummary()
93 ProfileSummary::PSK_Sample, DetailedSummary, TotalCount, MaxCount, 0, in getSummary()
100 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp109 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds() local
111 getMinCountForPercentile(DetailedSummary, ProfileSummaryCutoffHot); in computeThresholds()
113 getMinCountForPercentile(DetailedSummary, ProfileSummaryCutoffCold); in computeThresholds()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp197 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds() local
199 getEntryForPercentile(DetailedSummary, ProfileSummaryCutoffHot); in computeThresholds()
202 getEntryForPercentile(DetailedSummary, ProfileSummaryCutoffCold); in computeThresholds()
/external/llvm/test/Analysis/ProfileSummary/
Dbasic.ll35 !10 = !{!"DetailedSummary", !11}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ProfileSummary/
Dbasic.ll35 !10 = !{!"DetailedSummary", !11}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/
Dicp_sample.ll26 !12 = !{!"DetailedSummary", !13}
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DProfileCommon.h49 SummaryEntryVector DetailedSummary;
/external/llvm/include/llvm/ProfileData/
DProfileCommon.h55 SummaryEntryVector DetailedSummary;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinline-cold-callsite-samplepgo.ll43 !10 = !{!"DetailedSummary", !11}
Dinline-cold-callee.ll50 !10 = !{!"DetailedSummary", !11}
Dinline-cold-callsite-pgo.ll50 !10 = !{!"DetailedSummary", !11}
Dinline-hot-callee.ll51 !10 = !{!"DetailedSummary", !11}
Dinline-hot-callsite-2.ll52 !10 = !{!"DetailedSummary", !11}
Dprof-update-instr.ll42 !10 = !{!"DetailedSummary", !11}
Dprof-update-sample.ll45 !10 = !{!"DetailedSummary", !11}
/external/llvm/test/Transforms/Inline/
Dinline-cold-callee.ll48 !10 = !{!"DetailedSummary", !11}
Dinline-hot-callee.ll48 !10 = !{!"DetailedSummary", !11}
Dinline-hot-callsite.ll48 !10 = !{!"DetailedSummary", !11}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/
Dsection-samplepgo.ll49 !10 = !{!"DetailedSummary", !11}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/Inputs/
Dhotness_based_import.ll77 !10 = !{!"DetailedSummary", !11}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dcast-call-combine-prof.ll49 !10 = !{!"DetailedSummary", !11}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadArgElim/
Dfunc_metadata.ll40 !10 = !{!"DetailedSummary", !11}

12