Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dprofile.c310 if (edge_gcov_count (e) < 0 in is_edge_inconsistent()
318 e->src->index, e->dest->index, edge_gcov_count (e)); in is_edge_inconsistent()
340 if (edge_gcov_count (e) < 0) in correct_negative_edge_counts()
341 edge_gcov_count (e) = 0; in correct_negative_edge_counts()
443 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
444 if (edge_gcov_count (e) > profile_info->sum_max) in read_profile_edge_counts()
461 edge_gcov_count (e) = 0; in read_profile_edge_counts()
471 (int64_t) edge_gcov_count (e)); in read_profile_edge_counts()
574 total += edge_gcov_count (e); in compute_branch_probabilities()
586 total += edge_gcov_count (e); in compute_branch_probabilities()
[all …]
H A Dmcf.c541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e)); in create_fixup_graph()
542 add_fixup_edge (fixup_graph, i + 1, j, REDIRECT_EDGE, edge_gcov_count (e), in create_fixup_graph()
1178 bb->index, e->dest->index, edge_gcov_count (e)); in adjust_cfg_counts()
1187 edge_gcov_count (e) += pfedge->flow; in adjust_cfg_counts()
1202 edge_gcov_count (e) -= pfedge_n->flow; in adjust_cfg_counts()
1220 edge_gcov_count (e) += pfedge_n->flow; in adjust_cfg_counts()
1235 (edge_gcov_count (e), bb_gcov_count (bb)); in adjust_cfg_counts()
1239 edge_gcov_count (e)); in adjust_cfg_counts()
1258 (edge_gcov_count (e), bb_gcov_count (bb)); in adjust_cfg_counts()
1364 sum += edge_gcov_count (e); in sum_edge_counts()
H A Dprofile.h46 edge_gcov_count (edge e) in edge_gcov_count() function