Searched refs:isColdBlockNthPercentile (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineSizeOpts.cpp | 62 static bool isColdBlockNthPercentile(int PercentileCutoff, in isColdBlockNthPercentile() function 70 static bool isColdBlockNthPercentile(int PercentileCutoff, in isColdBlockNthPercentile() function 118 if (!isColdBlockNthPercentile(PercentileCutoff, &MBB, PSI, &MBFI)) in isFunctionColdInCallGraphNthPercentile() 168 static bool isColdBlockNthPercentile(int CutOff, const MachineBasicBlock *MBB, in isColdBlockNthPercentile() function 171 return machine_size_opts_detail::isColdBlockNthPercentile(CutOff, MBB, PSI, in isColdBlockNthPercentile() 174 static bool isColdBlockNthPercentile(int CutOff, BlockFrequency BlockFreq, in isColdBlockNthPercentile() function 177 return machine_size_opts_detail::isColdBlockNthPercentile(CutOff, BlockFreq, in isColdBlockNthPercentile()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | SizeOpts.cpp | 90 static bool isColdBlockNthPercentile(int CutOff, const BasicBlock *BB, in isColdBlockNthPercentile() function 93 return PSI->isColdBlockNthPercentile(CutOff, BB, BFI); in isColdBlockNthPercentile()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| D | SizeOpts.h | 85 return AdapterT::isColdBlockNthPercentile(PgsoCutoffSampleProf, in shouldOptimizeForSizeImpl()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | ProfileSummaryInfo.cpp | 202 if (!isHot && !isColdBlockNthPercentile(PercentileCutoff, &BB, &BFI)) in isFunctionHotOrColdInCallGraphNthPercentile() 355 bool ProfileSummaryInfo::isColdBlockNthPercentile( in isColdBlockNthPercentile() function in ProfileSummaryInfo
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | ProfileSummaryInfo.h | 160 bool isColdBlockNthPercentile(int PercentileCutoff, const BasicBlock *BB,
|