Home
last modified time | relevance | path

Searched refs:bb_gcov_count (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.c287 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()
[all …]
H A Dmcf.c511 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()
[all …]
H A Dprofile.h56 bb_gcov_count (basic_block bb) in bb_gcov_count() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile.cc289 if (bb_gcov_count (bb) < 0) in is_inconsistent()
296 bb_gcov_count (bb)); in is_inconsistent()
301 if (bb_gcov_count (bb) != sum_edge_counts (bb->preds)) in is_inconsistent()
308 bb_gcov_count (bb), in is_inconsistent()
314 if (bb_gcov_count (bb) != sum_edge_counts (bb->succs) && in is_inconsistent()
323 bb_gcov_count (bb), in is_inconsistent()
343 bb_gcov_count (bb) = sum_edge_counts (bb->succs); in set_bb_counts()
344 gcc_assert (bb_gcov_count (bb) >= 0); in set_bb_counts()
504 bb_gcov_count (bb) = total; in compute_branch_probabilities()
516 bb_gcov_count (bb) = total; in compute_branch_probabilities()
[all …]
H A Dmcf.cc511 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()
[all …]
H A Dprofile.h56 bb_gcov_count (basic_block bb) in bb_gcov_count() function
H A DChangeLog-201728973 (bb_gcov_count): New.