Searched refs:pred_count (Results 1 – 5 of 5) sorted by relevance
92 gcov_type pred_count; member304 BB_INFO (bb)->pred_count++; in compute_branch_probabilities()309 BB_INFO (ENTRY_BLOCK_PTR)->pred_count = 2; in compute_branch_probabilities()340 BB_INFO (e->dest)->pred_count--; in compute_branch_probabilities()394 else if (bi->pred_count == 0) in compute_branch_probabilities()433 BB_INFO (e->dest)->pred_count--; in compute_branch_probabilities()436 if (bi->pred_count == 1) in compute_branch_probabilities()458 bi->pred_count--; in compute_branch_probabilities()477 gcc_assert (!BB_INFO (bb)->succ_count && !BB_INFO (bb)->pred_count); in compute_branch_probabilities()
20039 (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.
1708 int pred_count; member1855 int pred_count; in deltify_mutable() local1865 pred_count = tpc_args.pred_count; in deltify_mutable()1868 if (pred_count == 0) in deltify_mutable()1899 pred_count = pred_count & (pred_count - 1); in deltify_mutable()1911 while ((pred_count++) < tpc_args.pred_count) in deltify_mutable()1949 if (pred_count >= 32) in deltify_mutable()1951 while (pred_count % 2 == 0) in deltify_mutable()1953 pred_count /= 2; in deltify_mutable()2117 int pred_count; in merge() local[all …]
3315 int pred_count; in verify_node() local3335 pred_count = svn_fs_x__dag_get_predecessor_count(node); in verify_node()3353 if (pred_pred_count+1 != pred_count) in verify_node()3357 stringify_node(node, iterpool), pred_count, in verify_node()
4663 int pred_count; in verify_node() local4683 SVN_ERR(svn_fs_fs__dag_get_predecessor_count(&pred_count, node)); in verify_node()4700 if (pred_pred_count+1 != pred_count) in verify_node()4704 stringify_node(node, iterpool), pred_count, in verify_node()