Lines Matching refs:BlockFreq
38 bool isColdBlock(BlockFrequency BlockFreq, in isColdBlock() argument
41 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency()); in isColdBlock()
55 BlockFrequency BlockFreq, in isHotBlockNthPercentile() argument
58 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency()); in isHotBlockNthPercentile()
71 BlockFrequency BlockFreq, in isColdBlockNthPercentile() argument
74 auto Count = MBFI->getProfileCountFromFreq(BlockFreq.getFrequency()); in isColdBlockNthPercentile()
149 static bool isColdBlock(BlockFrequency BlockFreq, in isColdBlock()
152 return machine_size_opts_detail::isColdBlock(BlockFreq, PSI, MBFI); in isColdBlock()
162 BlockFrequency BlockFreq, in isHotBlockNthPercentile()
166 CutOff, BlockFreq, PSI, MBFI); in isHotBlockNthPercentile()
174 static bool isColdBlockNthPercentile(int CutOff, BlockFrequency BlockFreq, in isColdBlockNthPercentile()
177 return machine_size_opts_detail::isColdBlockNthPercentile(CutOff, BlockFreq, in isColdBlockNthPercentile()
207 BlockFrequency BlockFreq = MBFIW->getBlockFreq(MBB); in shouldOptimizeForSize() local
209 BlockFreq, PSI, &MBFIW->getMBFI(), QueryType); in shouldOptimizeForSize()