Searched refs:add_fixup_edge (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | mcf.c | 383 add_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest, in add_fixup_edge() function 530 add_fixup_edge (fixup_graph, i, i + 1, VERTEX_SPLIT_EDGE, bb_gcov_count (bb), in create_fixup_graph() 542 add_fixup_edge (fixup_graph, i + 1, j, REDIRECT_EDGE, edge_gcov_count (e), in create_fixup_graph() 580 add_fixup_edge (fixup_graph, pfedge->dest, pfedge->src, in create_fixup_graph() 593 add_fixup_edge (fixup_graph, new_entry_index, ENTRY_BLOCK, SOURCE_CONNECT_EDGE, in create_fixup_graph() 599 add_fixup_edge (fixup_graph, 2 * EXIT_BLOCK + 1, new_exit_index, in create_fixup_graph() 612 add_fixup_edge (fixup_graph, i, new_exit_index, BALANCE_EDGE, 0, 0, in create_fixup_graph() 618 add_fixup_edge (fixup_graph, new_entry_index, i, BALANCE_EDGE, 0, 0, in create_fixup_graph() 682 add_fixup_edge (fixup_graph, new_index, pfedge->src, in create_fixup_graph()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | mcf.cc | 383 add_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest, in add_fixup_edge() function 530 add_fixup_edge (fixup_graph, i, i + 1, VERTEX_SPLIT_EDGE, bb_gcov_count (bb), in create_fixup_graph() 542 add_fixup_edge (fixup_graph, i + 1, j, REDIRECT_EDGE, edge_gcov_count (e), in create_fixup_graph() 580 add_fixup_edge (fixup_graph, pfedge->dest, pfedge->src, in create_fixup_graph() 593 add_fixup_edge (fixup_graph, new_entry_index, ENTRY_BLOCK, SOURCE_CONNECT_EDGE, in create_fixup_graph() 599 add_fixup_edge (fixup_graph, 2 * EXIT_BLOCK + 1, new_exit_index, in create_fixup_graph() 612 add_fixup_edge (fixup_graph, i, new_exit_index, BALANCE_EDGE, 0, 0, in create_fixup_graph() 618 add_fixup_edge (fixup_graph, new_entry_index, i, BALANCE_EDGE, 0, 0, in create_fixup_graph() 682 add_fixup_edge (fixup_graph, new_index, pfedge->src, in create_fixup_graph()
|
H A D | ChangeLog-2009 | 26294 * mcf.c (add_fixup_edge): Change type parameter to edge_type.
|