Home
last modified time | relevance | path

Searched defs:PercentileCutoff (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h168 bool isFunctionHotInCallGraphNthPercentile(int PercentileCutoff, in isFunctionHotInCallGraphNthPercentile()
176 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionColdInCallGraphNthPercentile()
217 bool isHotBlockNthPercentile(int PercentileCutoff, const BBType *BB, in isHotBlockNthPercentile()
224 bool isHotBlockNthPercentile(int PercentileCutoff, BlockFrequency BlockFreq, in isHotBlockNthPercentile()
235 bool isColdBlockNthPercentile(int PercentileCutoff, const BBType *BB, in isColdBlockNthPercentile()
241 bool isColdBlockNthPercentile(int PercentileCutoff, BlockFrequency BlockFreq, in isColdBlockNthPercentile()
272 bool isFunctionHotOrColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionHotOrColdInCallGraphNthPercentile()
305 bool isHotOrColdBlockNthPercentile(int PercentileCutoff, const BBType *BB, in isHotOrColdBlockNthPercentile()
315 bool isHotOrColdBlockNthPercentile(int PercentileCutoff, in isHotOrColdBlockNthPercentile()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp173 bool ProfileSummaryInfo::isHotOrColdCountNthPercentile(int PercentileCutoff, in isHotOrColdCountNthPercentile()
182 bool ProfileSummaryInfo::isHotCountNthPercentile(int PercentileCutoff, in isHotCountNthPercentile()
187 bool ProfileSummaryInfo::isColdCountNthPercentile(int PercentileCutoff, in isColdCountNthPercentile()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp54 PercentileCutoff("mfs-psi-cutoff", variable