Searched refs:DetailedSummary (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 49 SummaryEntryVector DetailedSummary; variable 58 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary, in ProfileSummary() argument 62 : PSK(K), DetailedSummary(std::move(DetailedSummary)), in ProfileSummary() 72 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 90 DetailedSummary.push_back(PSE); in computeDetailedSummary() 97 ProfileSummary::PSK_Sample, DetailedSummary, TotalCount, MaxCount, 0, in getSummary() 104 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
|
D | InstrProfReader.cpp | 770 SummaryEntryVector DetailedSummary; in readSummary() local 773 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount, in readSummary() 782 DetailedSummary, SummaryData->get(Summary::TotalBlockCount), in readSummary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 244 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds() local 246 getEntryForPercentile(DetailedSummary, ProfileSummaryCutoffHot); in computeThresholds() 251 getEntryForPercentile(DetailedSummary, ProfileSummaryCutoffCold); in computeThresholds() 270 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold() local 272 getEntryForPercentile(DetailedSummary, PercentileCutoff); in computeThreshold()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 48 SummaryEntryVector DetailedSummary;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ProfileSummary.cpp | 51 for (auto &Entry : DetailedSummary) { in getDetailedSummaryMD()
|