Searched refs:isHotBlockNthPercentile (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp45 /// Like ProfileSummaryInfo::isHotBlockNthPercentile but for MachineBasicBlock.
46 static bool isHotBlockNthPercentile(int PercentileCutoff, function in namespace:__anon3526::machine_size_opts_detail
54 static bool isHotBlockNthPercentile(int PercentileCutoff, function in namespace:__anon3526::machine_size_opts_detail
105 if (isHotBlockNthPercentile(PercentileCutoff, &MBB, PSI, &MBFI))
154 static bool isHotBlockNthPercentile(int CutOff, function in struct:__anon3526::MachineBasicBlockBFIAdapter
158 return machine_size_opts_detail::isHotBlockNthPercentile(
161 static bool isHotBlockNthPercentile(int CutOff, function in struct:__anon3526::MachineBasicBlockBFIAdapter
165 return machine_size_opts_detail::isHotBlockNthPercentile(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp89 static bool isHotBlockNthPercentile(int CutOff, function in struct:__anon4767::BasicBlockBFIAdapter
93 return PSI->isHotBlockNthPercentile(CutOff, BB, BFI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h100 return !AdapterT::isHotBlockNthPercentile(PgsoCutoffInstrProf, BBOrBlockFreq,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h148 bool isHotBlockNthPercentile(int PercentileCutoff, const BasicBlock *BB,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp234 if (isHot && isHotBlockNthPercentile(PercentileCutoff, &BB, &BFI))
388 bool ProfileSummaryInfo::isHotBlockNthPercentile( function in class:ProfileSummaryInfo

Completed in 125 milliseconds