Home
last modified time | relevance | path

Searched refs:getEntryForPercentile (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp70 static const ProfileSummaryEntry &getEntryForPercentile(SummaryEntryVector &DS, in getEntryForPercentile() function
246 getEntryForPercentile(DetailedSummary, ProfileSummaryCutoffHot); in computeThresholds()
251 getEntryForPercentile(DetailedSummary, ProfileSummaryCutoffCold); in computeThresholds()
272 getEntryForPercentile(DetailedSummary, PercentileCutoff); in computeThreshold()
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp275 auto &HotEntry = ProfileSummaryBuilder::getEntryForPercentile( in computeThresholds()
280 auto &ColdEntry = ProfileSummaryBuilder::getEntryForPercentile( in computeThresholds()
315 auto &Entry = ProfileSummaryBuilder::getEntryForPercentile(DetailedSummary, in computeThreshold()
/external/llvm-project/llvm/include/llvm/ProfileData/
DProfileCommon.h68 getEntryForPercentile(SummaryEntryVector &DS, uint64_t Percentile);
/external/llvm-project/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp35 ProfileSummaryBuilder::getEntryForPercentile(SummaryEntryVector &DS, in getEntryForPercentile() function in ProfileSummaryBuilder
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp473 ProfileSummaryBuilder::getEntryForPercentile( in adjustInstrProfile()
478 ProfileSummaryBuilder::getEntryForPercentile( in adjustInstrProfile()
485 : ProfileSummaryBuilder::getEntryForPercentile( in adjustInstrProfile()