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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp62 static bool isColdBlockNthPercentile(int PercentileCutoff, function in namespace:__anon3526::machine_size_opts_detail
70 static bool isColdBlockNthPercentile(int PercentileCutoff, function in namespace:__anon3526::machine_size_opts_detail
118 if (!isColdBlockNthPercentile(PercentileCutoff, &MBB, PSI, &MBFI))
168 static bool isColdBlockNthPercentile(int CutOff, const MachineBasicBlock *MBB, function in struct:__anon3526::MachineBasicBlockBFIAdapter
171 return machine_size_opts_detail::isColdBlockNthPercentile(CutOff, MBB, PSI,
174 static bool isColdBlockNthPercentile(int CutOff, BlockFrequency BlockFreq, function in struct:__anon3526::MachineBasicBlockBFIAdapter
177 return machine_size_opts_detail::isColdBlockNthPercentile(CutOff, BlockFreq,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp95 static bool isColdBlockNthPercentile(int CutOff, const BasicBlock *BB, function in struct:__anon4767::BasicBlockBFIAdapter
98 return PSI->isColdBlockNthPercentile(CutOff, BB, BFI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h98 return AdapterT::isColdBlockNthPercentile(PgsoCutoffSampleProf,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h152 bool isColdBlockNthPercentile(int PercentileCutoff, const BasicBlock *BB,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp236 if (!isHot && !isColdBlockNthPercentile(PercentileCutoff, &BB, &BFI))
393 bool ProfileSummaryInfo::isColdBlockNthPercentile( function in class:ProfileSummaryInfo

Completed in 162 milliseconds