Lines Matching refs:bb_gcov_count

287       if (bb_gcov_count (bb) < 0)  in is_inconsistent()
294 bb_gcov_count (bb)); in is_inconsistent()
299 if (bb_gcov_count (bb) != sum_edge_counts (bb->preds)) in is_inconsistent()
306 bb_gcov_count (bb), in is_inconsistent()
312 if (bb_gcov_count (bb) != sum_edge_counts (bb->succs) && in is_inconsistent()
321 bb_gcov_count (bb), in is_inconsistent()
341 bb_gcov_count (bb) = sum_edge_counts (bb->succs); in set_bb_counts()
342 gcc_assert (bb_gcov_count (bb) >= 0); in set_bb_counts()
478 bb_gcov_count (bb) = total; in compute_branch_probabilities()
490 bb_gcov_count (bb) = total; in compute_branch_probabilities()
514 total = bb_gcov_count (bb) - total; in compute_branch_probabilities()
541 total = bb_gcov_count (bb) - total + edge_gcov_count (e); in compute_branch_probabilities()
605 if (bb_gcov_count (bb) < 0) in compute_branch_probabilities()
608 bb->index, (int)bb_gcov_count (bb)); in compute_branch_probabilities()
609 bb_gcov_count (bb) = 0; in compute_branch_probabilities()
620 || (edge_gcov_count (e) > bb_gcov_count (bb) in compute_branch_probabilities()
625 ? 0 : bb_gcov_count (bb); in compute_branch_probabilities()
628 || edge_gcov_count (e) > bb_gcov_count (bb)) in compute_branch_probabilities()
633 edge_gcov_count (e) = bb_gcov_count (bb) / 2; in compute_branch_probabilities()
636 if (bb_gcov_count (bb)) in compute_branch_probabilities()
643 (edge_gcov_count (e), bb_gcov_count (bb)); in compute_branch_probabilities()
712 && (bb_gcov_count (ENTRY_BLOCK_PTR_FOR_FN (cfun)) in compute_branch_probabilities()
717 if (bb_gcov_count (ENTRY_BLOCK_PTR_FOR_FN (cfun)) in compute_branch_probabilities()
720 if (bb_gcov_count (bb) || !flag_profile_partial_training) in compute_branch_probabilities()
721 bb->count = profile_count::from_gcov_type (bb_gcov_count (bb)); in compute_branch_probabilities()