Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dprofile.c361 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()
[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