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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 299 bool ProfileSummaryInfo::isHotOrColdCountNthPercentile(int PercentileCutoff,
310 return isHotOrColdCountNthPercentile<true>(PercentileCutoff, C);
315 return isHotOrColdCountNthPercentile<false>(PercentileCutoff, C);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 177 bool isHotOrColdCountNthPercentile(int PercentileCutoff, uint64_t C) const;

Completed in 31 milliseconds