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

/freebsd-10.0-release/contrib/gcc/
H A Dbb-reorder.c202 int exec_th, gcov_type count_th)
209 block_not_hot_enough = (bb->frequency < exec_th
429 find_traces_1_round (int branch_th, int exec_th, gcov_type count_th,
457 if (push_to_next_round_p (bb, round, number_of_rounds, exec_th,
531 || prob < branch_th || EDGE_FREQUENCY (e) < exec_th
590 || prob < branch_th || freq < exec_th
599 exec_th, count_th))
200 push_to_next_round_p(basic_block bb, int round, int number_of_rounds, int exec_th, gcov_type count_th) argument
428 find_traces_1_round(int branch_th, int exec_th, gcov_type count_th, struct trace *traces, int *n_traces, int round, fibheap_t *heap, int number_of_rounds) argument

Completed in 50 milliseconds