Home
last modified time | relevance | path

Searched refs:computeThreshold (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp146 ProfileSummaryInfo::computeThreshold(int PercentileCutoff) const { in computeThreshold() function in ProfileSummaryInfo
179 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h58 std::optional<uint64_t> computeThreshold(int PercentileCutoff) const;