Lines Matching refs:CutOff
131 int CutOff, in isFunctionHotInCallGraphNthPercentile()
136 CutOff, MF, PSI, MBFI); in isFunctionHotInCallGraphNthPercentile()
139 int CutOff, const MachineFunction *MF, ProfileSummaryInfo *PSI, in isFunctionColdInCallGraphNthPercentile()
142 CutOff, MF, PSI, MBFI); in isFunctionColdInCallGraphNthPercentile()
154 static bool isHotBlockNthPercentile(int CutOff, in isHotBlockNthPercentile()
159 CutOff, MBB, PSI, MBFI); in isHotBlockNthPercentile()
161 static bool isHotBlockNthPercentile(int CutOff, in isHotBlockNthPercentile()
166 CutOff, BlockFreq, PSI, MBFI); in isHotBlockNthPercentile()
168 static bool isColdBlockNthPercentile(int CutOff, const MachineBasicBlock *MBB, in isColdBlockNthPercentile()
171 return machine_size_opts_detail::isColdBlockNthPercentile(CutOff, MBB, PSI, in isColdBlockNthPercentile()
174 static bool isColdBlockNthPercentile(int CutOff, BlockFrequency BlockFreq, in isColdBlockNthPercentile()
177 return machine_size_opts_detail::isColdBlockNthPercentile(CutOff, BlockFreq, in isColdBlockNthPercentile()