Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmcf.c413 find_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest) in find_fixup_edge() function
574 r_pfedge = find_fixup_edge (fixup_graph, pfedge->dest, pfedge->src); in create_fixup_graph()
636 pfedge = find_fixup_edge (fixup_graph, new_entry_index, ENTRY_BLOCK); in create_fixup_graph()
641 pfedge = find_fixup_edge (fixup_graph, 2 * EXIT_BLOCK + 1, new_exit_index); in create_fixup_graph()
657 r_pfedge = find_fixup_edge (fixup_graph, pfedge->dest, pfedge->src); in create_fixup_graph()
889 pfedge = find_fixup_edge (fixup_graph, cycle[k + 1], cycle[k]); in cancel_negative_cycle()
909 pfedge = find_fixup_edge (fixup_graph, cycle[k + 1], cycle[k]); in cancel_negative_cycle()
910 r_pfedge = find_fixup_edge (fixup_graph, cycle[k], cycle[k + 1]); in cancel_negative_cycle()
1059 pfedge = find_fixup_edge (fixup_graph, bb_pred[u], u); in find_max_flow()
1067 pfedge = find_fixup_edge (fixup_graph, bb_pred[u], u); in find_max_flow()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmcf.cc413 find_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest) in find_fixup_edge() function
574 r_pfedge = find_fixup_edge (fixup_graph, pfedge->dest, pfedge->src); in create_fixup_graph()
636 pfedge = find_fixup_edge (fixup_graph, new_entry_index, ENTRY_BLOCK); in create_fixup_graph()
641 pfedge = find_fixup_edge (fixup_graph, 2 * EXIT_BLOCK + 1, new_exit_index); in create_fixup_graph()
657 r_pfedge = find_fixup_edge (fixup_graph, pfedge->dest, pfedge->src); in create_fixup_graph()
889 pfedge = find_fixup_edge (fixup_graph, cycle[k + 1], cycle[k]); in cancel_negative_cycle()
909 pfedge = find_fixup_edge (fixup_graph, cycle[k + 1], cycle[k]); in cancel_negative_cycle()
910 r_pfedge = find_fixup_edge (fixup_graph, cycle[k], cycle[k + 1]); in cancel_negative_cycle()
1059 pfedge = find_fixup_edge (fixup_graph, bb_pred[u], u); in find_max_flow()
1067 pfedge = find_fixup_edge (fixup_graph, bb_pred[u], u); in find_max_flow()
[all …]