Lines Matching refs:find_fixup_edge
413 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()
1068 r_pfedge = find_fixup_edge (fixup_graph, u, bb_pred[u]); in find_max_flow()
1137 pfedge = find_fixup_edge (fixup_graph, i, i + 1); in adjust_cfg_counts()
1151 find_fixup_edge (fixup_graph, i + 1, pfedge->norm_vertex_index); in adjust_cfg_counts()
1180 pfedge = find_fixup_edge (fixup_graph, i + 1, j); in adjust_cfg_counts()
1198 find_fixup_edge (fixup_graph, j, pfedge->norm_vertex_index); in adjust_cfg_counts()
1217 pfedge = find_fixup_edge (fixup_graph, j, i + 1); in adjust_cfg_counts()
1219 find_fixup_edge (fixup_graph, i + 1, pfedge->norm_vertex_index); in adjust_cfg_counts()