HomeSort by: relevance | last modified time | path
    Searched refs:getEntryForPercentile (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
ProfileCommon.h 69 getEntryForPercentile(SummaryEntryVector &DS, uint64_t Percentile);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp 83 ProfileSummaryBuilder::getEntryForPercentile(SummaryEntryVector &DS,
161 ProfileSummaryBuilder::getEntryForPercentile(DS, ProfileSummaryCutoffHot);
169 auto &ColdEntry = ProfileSummaryBuilder::getEntryForPercentile(
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 239 auto &HotEntry = ProfileSummaryBuilder::getEntryForPercentile(
275 auto &Entry = ProfileSummaryBuilder::getEntryForPercentile(DetailedSummary,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 485 ProfileSummaryBuilder::getEntryForPercentile(
490 ProfileSummaryBuilder::getEntryForPercentile(
497 : ProfileSummaryBuilder::getEntryForPercentile(

Completed in 23 milliseconds