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

/freebsd-11-stable/contrib/gcc/
H A Dbb-reorder.c110 static int exec_threshold[N_ROUNDS] = {500, 200, 50, 0, 0}; variable
263 count_threshold = max_entry_count * exec_threshold[i] / 1000;
265 count_threshold = max_entry_count / 1000 * exec_threshold[i];
268 max_entry_frequency * exec_threshold[i] / 1000,

Completed in 72 milliseconds