Lines Matching refs:bb_gcov_count
511 total_vertex_weight += bb_gcov_count (bb); in create_fixup_graph()
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb)); in create_fixup_graph()
530 add_fixup_edge (fixup_graph, i, i + 1, VERTEX_SPLIT_EDGE, bb_gcov_count (bb), in create_fixup_graph()
1135 "BB%d: %" PRId64 "", bb->index, bb_gcov_count (bb)); in adjust_cfg_counts()
1140 bb_gcov_count (bb) += pfedge->flow; in adjust_cfg_counts()
1155 bb_gcov_count (bb) -= pfedge_n->flow; in adjust_cfg_counts()
1166 fprintf (dump_file, " = %" PRId64 "\n", bb_gcov_count (bb)); in adjust_cfg_counts()
1221 bb_gcov_count (bb) += pfedge_n->flow; in adjust_cfg_counts()
1233 if (bb_gcov_count (bb)) in adjust_cfg_counts()
1235 (edge_gcov_count (e), bb_gcov_count (bb)); in adjust_cfg_counts()
1246 bb_gcov_count (ENTRY_BLOCK_PTR_FOR_FN (cfun)) = in adjust_cfg_counts()
1248 bb_gcov_count (EXIT_BLOCK_PTR_FOR_FN (cfun)) = in adjust_cfg_counts()
1254 if (bb_gcov_count (bb)) in adjust_cfg_counts()
1258 (edge_gcov_count (e), bb_gcov_count (bb)); in adjust_cfg_counts()
1268 if ((bb_gcov_count (bb) != sum_edge_counts (bb->preds)) in adjust_cfg_counts()
1269 || (bb_gcov_count (bb) != sum_edge_counts (bb->succs))) in adjust_cfg_counts()
1273 bb->index, bb_gcov_count (bb)); in adjust_cfg_counts()
1276 ") **INVALID**: \n", bb->index, bb_gcov_count (bb)); in adjust_cfg_counts()