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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 339 bool ProfileSummaryInfo::isHotOrColdBlockNthPercentile(
350 return isHotOrColdBlockNthPercentile<true>(PercentileCutoff, BB, BFI);
355 return isHotOrColdBlockNthPercentile<false>(PercentileCutoff, BB, BFI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 179 bool isHotOrColdBlockNthPercentile(int PercentileCutoff,

Completed in 16 milliseconds