Searched refs:norm_vertex_index (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | mcf.c | 84 int norm_vertex_index; member 674 pfedge->norm_vertex_index = new_index; in create_fixup_graph() 1151 find_fixup_edge (fixup_graph, i + 1, pfedge->norm_vertex_index); in adjust_cfg_counts() 1153 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts() 1161 pfedge->norm_vertex_index); in adjust_cfg_counts() 1198 find_fixup_edge (fixup_graph, j, pfedge->norm_vertex_index); in adjust_cfg_counts() 1200 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts() 1208 pfedge->norm_vertex_index); in adjust_cfg_counts() 1219 find_fixup_edge (fixup_graph, i + 1, pfedge->norm_vertex_index); in adjust_cfg_counts() 1228 pfedge->norm_vertex_index); in adjust_cfg_counts()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | mcf.cc | 84 int norm_vertex_index; member 674 pfedge->norm_vertex_index = new_index; in create_fixup_graph() 1151 find_fixup_edge (fixup_graph, i + 1, pfedge->norm_vertex_index); in adjust_cfg_counts() 1153 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts() 1161 pfedge->norm_vertex_index); in adjust_cfg_counts() 1198 find_fixup_edge (fixup_graph, j, pfedge->norm_vertex_index); in adjust_cfg_counts() 1200 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts() 1208 pfedge->norm_vertex_index); in adjust_cfg_counts() 1219 find_fixup_edge (fixup_graph, i + 1, pfedge->norm_vertex_index); in adjust_cfg_counts() 1228 pfedge->norm_vertex_index); in adjust_cfg_counts()
|