Lines Matching refs:edge_gcov_count
310 if (edge_gcov_count (e) < 0 in is_edge_inconsistent()
318 e->src->index, e->dest->index, edge_gcov_count (e)); in is_edge_inconsistent()
340 if (edge_gcov_count (e) < 0) in correct_negative_edge_counts()
341 edge_gcov_count (e) = 0; in correct_negative_edge_counts()
443 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
444 if (edge_gcov_count (e) > profile_info->sum_max) in read_profile_edge_counts()
461 edge_gcov_count (e) = 0; in read_profile_edge_counts()
471 (int64_t) edge_gcov_count (e)); in read_profile_edge_counts()
574 total += edge_gcov_count (e); in compute_branch_probabilities()
586 total += edge_gcov_count (e); in compute_branch_probabilities()
603 total += edge_gcov_count (e); in compute_branch_probabilities()
615 edge_gcov_count (e) = total; in compute_branch_probabilities()
630 total += edge_gcov_count (e); in compute_branch_probabilities()
638 total = bb_gcov_count (bb) - total + edge_gcov_count (e); in compute_branch_probabilities()
642 edge_gcov_count (e) = total; in compute_branch_probabilities()
714 if ((edge_gcov_count (e) < 0 in compute_branch_probabilities()
716 || (edge_gcov_count (e) > bb_gcov_count (bb) in compute_branch_probabilities()
720 edge_gcov_count (e) = edge_gcov_count (e) < 0 in compute_branch_probabilities()
723 if (edge_gcov_count (e) < 0 in compute_branch_probabilities()
724 || edge_gcov_count (e) > bb_gcov_count (bb)) in compute_branch_probabilities()
728 (int)edge_gcov_count (e)); in compute_branch_probabilities()
729 edge_gcov_count (e) = bb_gcov_count (bb) / 2; in compute_branch_probabilities()
736 (edge_gcov_count (e), bb_gcov_count (bb)); in compute_branch_probabilities()