/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 51 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/ |
D | ProfileSummary.h | 54 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/ |
D | ProfileSummaryBuilder.cpp | 87 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/ |
D | ProfileSummaryBuilder.cpp | 86 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/ |
D | ProfileSummaryInfo.cpp | 109 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/ |
D | ProfileSummaryInfo.cpp | 197 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds() local 199 getEntryForPercentile(DetailedSummary, ProfileSummaryCutoffHot); in computeThresholds() 202 getEntryForPercentile(DetailedSummary, ProfileSummaryCutoffCold); in computeThresholds()
|
/external/llvm/test/Analysis/ProfileSummary/ |
D | basic.ll | 35 !10 = !{!"DetailedSummary", !11}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ProfileSummary/ |
D | basic.ll | 35 !10 = !{!"DetailedSummary", !11}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/ |
D | icp_sample.ll | 26 !12 = !{!"DetailedSummary", !13}
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 49 SummaryEntryVector DetailedSummary;
|
/external/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 55 SummaryEntryVector DetailedSummary;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-cold-callsite-samplepgo.ll | 43 !10 = !{!"DetailedSummary", !11}
|
D | inline-cold-callee.ll | 50 !10 = !{!"DetailedSummary", !11}
|
D | inline-cold-callsite-pgo.ll | 50 !10 = !{!"DetailedSummary", !11}
|
D | inline-hot-callee.ll | 51 !10 = !{!"DetailedSummary", !11}
|
D | inline-hot-callsite-2.ll | 52 !10 = !{!"DetailedSummary", !11}
|
D | prof-update-instr.ll | 42 !10 = !{!"DetailedSummary", !11}
|
D | prof-update-sample.ll | 45 !10 = !{!"DetailedSummary", !11}
|
/external/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 48 !10 = !{!"DetailedSummary", !11}
|
D | inline-hot-callee.ll | 48 !10 = !{!"DetailedSummary", !11}
|
D | inline-hot-callsite.ll | 48 !10 = !{!"DetailedSummary", !11}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/ |
D | section-samplepgo.ll | 49 !10 = !{!"DetailedSummary", !11}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/Inputs/ |
D | hotness_based_import.ll | 77 !10 = !{!"DetailedSummary", !11}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | cast-call-combine-prof.ll | 49 !10 = !{!"DetailedSummary", !11}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadArgElim/ |
D | func_metadata.ll | 40 !10 = !{!"DetailedSummary", !11}
|