Lines Matching refs:edge_gcov_count
236 if (edge_gcov_count (e) < 0 in is_edge_inconsistent()
244 e->src->index, e->dest->index, edge_gcov_count (e)); in is_edge_inconsistent()
266 if (edge_gcov_count (e) < 0) in correct_negative_edge_counts()
267 edge_gcov_count (e) = 0; in correct_negative_edge_counts()
368 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
370 edge_gcov_count (e) = 0; in read_profile_edge_counts()
380 (int64_t) edge_gcov_count (e)); in read_profile_edge_counts()
477 total += edge_gcov_count (e); in compute_branch_probabilities()
489 total += edge_gcov_count (e); in compute_branch_probabilities()
506 total += edge_gcov_count (e); in compute_branch_probabilities()
518 edge_gcov_count (e) = total; in compute_branch_probabilities()
533 total += edge_gcov_count (e); in compute_branch_probabilities()
541 total = bb_gcov_count (bb) - total + edge_gcov_count (e); in compute_branch_probabilities()
545 edge_gcov_count (e) = total; in compute_branch_probabilities()
618 if ((edge_gcov_count (e) < 0 in compute_branch_probabilities()
620 || (edge_gcov_count (e) > bb_gcov_count (bb) in compute_branch_probabilities()
624 edge_gcov_count (e) = edge_gcov_count (e) < 0 in compute_branch_probabilities()
627 if (edge_gcov_count (e) < 0 in compute_branch_probabilities()
628 || edge_gcov_count (e) > bb_gcov_count (bb)) in compute_branch_probabilities()
632 (int)edge_gcov_count (e)); in compute_branch_probabilities()
633 edge_gcov_count (e) = bb_gcov_count (bb) / 2; in compute_branch_probabilities()
643 (edge_gcov_count (e), bb_gcov_count (bb)); in compute_branch_probabilities()