Lines Matching refs:bb_gcov_count
361 if (bb_gcov_count (bb) < 0) in is_inconsistent()
368 bb_gcov_count (bb)); in is_inconsistent()
373 if (bb_gcov_count (bb) != sum_edge_counts (bb->preds)) in is_inconsistent()
380 bb_gcov_count (bb), in is_inconsistent()
386 if (bb_gcov_count (bb) != sum_edge_counts (bb->succs) && in is_inconsistent()
395 bb_gcov_count (bb), in is_inconsistent()
415 bb_gcov_count (bb) = sum_edge_counts (bb->succs); in set_bb_counts()
416 gcc_assert (bb_gcov_count (bb) >= 0); in set_bb_counts()
575 bb_gcov_count (bb) = total; in compute_branch_probabilities()
587 bb_gcov_count (bb) = total; in compute_branch_probabilities()
611 total = bb_gcov_count (bb) - total; in compute_branch_probabilities()
638 total = bb_gcov_count (bb) - total + edge_gcov_count (e); in compute_branch_probabilities()
701 if (bb_gcov_count (bb) < 0) in compute_branch_probabilities()
704 bb->index, (int)bb_gcov_count (bb)); in compute_branch_probabilities()
705 bb_gcov_count (bb) = 0; in compute_branch_probabilities()
716 || (edge_gcov_count (e) > bb_gcov_count (bb) in compute_branch_probabilities()
721 ? 0 : bb_gcov_count (bb); in compute_branch_probabilities()
724 || edge_gcov_count (e) > bb_gcov_count (bb)) in compute_branch_probabilities()
729 edge_gcov_count (e) = bb_gcov_count (bb) / 2; in compute_branch_probabilities()
732 if (bb_gcov_count (bb)) in compute_branch_probabilities()
736 (edge_gcov_count (e), bb_gcov_count (bb)); in compute_branch_probabilities()
797 if (bb_gcov_count (ENTRY_BLOCK_PTR_FOR_FN (cfun)) in compute_branch_probabilities()
800 bb->count = profile_count::from_gcov_type (bb_gcov_count (bb)); in compute_branch_probabilities()