Searched refs:edge_gcov_count (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | profile.c | 236 if (edge_gcov_count (e) < 0 in is_edge_inconsistent() 244 e->src->index, e->dest->index, edge_gcov_count (e)); in is_edge_inconsistent() 266 if (edge_gcov_count (e) < 0) in correct_negative_edge_counts() 267 edge_gcov_count (e) = 0; in correct_negative_edge_counts() 368 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts() 370 edge_gcov_count (e) = 0; in read_profile_edge_counts() 380 (int64_t) edge_gcov_count (e)); in read_profile_edge_counts() 477 total += edge_gcov_count (e); in compute_branch_probabilities() 489 total += edge_gcov_count (e); in compute_branch_probabilities() 506 total += edge_gcov_count (e); in compute_branch_probabilities() [all …]
|
H A D | mcf.c | 541 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 D | profile.h | 46 edge_gcov_count (edge e) in edge_gcov_count() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | profile.cc | 238 if (edge_gcov_count (e) < 0 in is_edge_inconsistent() 246 e->src->index, e->dest->index, edge_gcov_count (e)); in is_edge_inconsistent() 268 if (edge_gcov_count (e) < 0) in correct_negative_edge_counts() 269 edge_gcov_count (e) = 0; in correct_negative_edge_counts() 370 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts() 372 edge_gcov_count (e) = 0; in read_profile_edge_counts() 382 (int64_t) edge_gcov_count (e)); in read_profile_edge_counts() 503 total += edge_gcov_count (e); in compute_branch_probabilities() 515 total += edge_gcov_count (e); in compute_branch_probabilities() 532 total += edge_gcov_count (e); in compute_branch_probabilities() [all …]
|
H A D | mcf.cc | 541 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 D | profile.h | 46 edge_gcov_count (edge e) in edge_gcov_count() function
|
H A D | ChangeLog-2017 | 28039 (branch_prob): Do not clear edge_gcov_count. 28041 (edge_gcov_count): Update. 28972 (edge_gcov_count): New.
|