Home
last modified time | relevance | path

Searched refs:pfedge_n (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmcf.c1120 fixup_edge_p pfedge, pfedge_n; in adjust_cfg_counts() local
1150 pfedge_n = in adjust_cfg_counts()
1153 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts()
1155 bb_gcov_count (bb) -= pfedge_n->flow; in adjust_cfg_counts()
1159 pfedge_n->flow); in adjust_cfg_counts()
1197 pfedge_n = in adjust_cfg_counts()
1200 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts()
1202 edge_gcov_count (e) -= pfedge_n->flow; in adjust_cfg_counts()
1206 pfedge_n->flow); in adjust_cfg_counts()
1218 pfedge_n = in adjust_cfg_counts()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmcf.cc1120 fixup_edge_p pfedge, pfedge_n; in adjust_cfg_counts() local
1150 pfedge_n = in adjust_cfg_counts()
1153 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts()
1155 bb_gcov_count (bb) -= pfedge_n->flow; in adjust_cfg_counts()
1159 pfedge_n->flow); in adjust_cfg_counts()
1197 pfedge_n = in adjust_cfg_counts()
1200 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts()
1202 edge_gcov_count (e) -= pfedge_n->flow; in adjust_cfg_counts()
1206 pfedge_n->flow); in adjust_cfg_counts()
1218 pfedge_n = in adjust_cfg_counts()
[all …]