Home
last modified time | relevance | path

Searched refs:succ_count (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcc/
HDprofile.c91 gcov_type succ_count; member
301 BB_INFO (bb)->succ_count++; in compute_branch_probabilities()
308 BB_INFO (EXIT_BLOCK_PTR)->succ_count = 2; in compute_branch_probabilities()
339 BB_INFO (bb)->succ_count--; in compute_branch_probabilities()
382 if (bi->succ_count == 0) in compute_branch_probabilities()
409 if (bi->succ_count == 1) in compute_branch_probabilities()
431 bi->succ_count--; in compute_branch_probabilities()
460 BB_INFO (e->src)->succ_count--; in compute_branch_probabilities()
477 gcc_assert (!BB_INFO (bb)->succ_count && !BB_INFO (bb)->pred_count); in compute_branch_probabilities()
HDChangeLog-200120039 (bb_info): Use gcov_type for succ_count, pred_count and exec_count.
20047 (struct bb_info): succ_count and pred_count is gcov_type.