Lines Matching defs:fixup_graph
157 print_basic_block (FILE *file, fixup_graph_type *fixup_graph, int n) in print_basic_block()
189 print_edge (FILE *file, fixup_graph_type *fixup_graph, int s, int d) in print_edge()
200 dump_fixup_edge (FILE *file, fixup_graph_type *fixup_graph, fixup_edge_p fedge) in dump_fixup_edge()
279 dump_fixup_graph (FILE *file, fixup_graph_type *fixup_graph, const char *msg) in dump_fixup_graph()
372 add_edge (fixup_graph_type *fixup_graph, int src, int dest, gcov_type cost) in add_edge()
391 add_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest, in add_fixup_edge()
406 add_rfixup_edge (fixup_graph_type *fixup_graph, int src, int dest, in add_rfixup_edge()
421 find_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest) in find_fixup_edge()
443 delete_fixup_graph (fixup_graph_type *fixup_graph) in delete_fixup_graph()
460 create_fixup_graph (fixup_graph_type *fixup_graph) in create_fixup_graph()
788 cancel_negative_cycle (fixup_graph_type *fixup_graph, in cancel_negative_cycle()
931 compute_residual_flow (fixup_graph_type *fixup_graph) in compute_residual_flow()
963 find_augmenting_path (fixup_graph_type *fixup_graph, in find_augmenting_path()
1031 find_max_flow (fixup_graph_type *fixup_graph, int source, int sink) in find_max_flow()
1118 adjust_cfg_counts (fixup_graph_type *fixup_graph) in adjust_cfg_counts()
1320 find_minimum_cost_flow (fixup_graph_type *fixup_graph) in find_minimum_cost_flow()
1396 fixup_graph_type fixup_graph; in mcf_smooth_cfg() local