Lines Matching defs:fixup_graph
149 print_basic_block (FILE *file, fixup_graph_type *fixup_graph, int n) in print_basic_block()
181 print_edge (FILE *file, fixup_graph_type *fixup_graph, int s, int d) in print_edge()
192 dump_fixup_edge (FILE *file, fixup_graph_type *fixup_graph, fixup_edge_p fedge) in dump_fixup_edge()
271 dump_fixup_graph (FILE *file, fixup_graph_type *fixup_graph, const char *msg) in dump_fixup_graph()
364 add_edge (fixup_graph_type *fixup_graph, int src, int dest, gcov_type cost) in add_edge()
383 add_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest, in add_fixup_edge()
398 add_rfixup_edge (fixup_graph_type *fixup_graph, int src, int dest, in add_rfixup_edge()
413 find_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest) in find_fixup_edge()
435 delete_fixup_graph (fixup_graph_type *fixup_graph) in delete_fixup_graph()
452 create_fixup_graph (fixup_graph_type *fixup_graph) in create_fixup_graph()
784 cancel_negative_cycle (fixup_graph_type *fixup_graph, in cancel_negative_cycle()
927 compute_residual_flow (fixup_graph_type *fixup_graph) in compute_residual_flow()
959 find_augmenting_path (fixup_graph_type *fixup_graph, in find_augmenting_path()
1027 find_max_flow (fixup_graph_type *fixup_graph, int source, int sink) in find_max_flow()
1114 adjust_cfg_counts (fixup_graph_type *fixup_graph) in adjust_cfg_counts()
1302 find_minimum_cost_flow (fixup_graph_type *fixup_graph) in find_minimum_cost_flow()
1378 fixup_graph_type fixup_graph; in mcf_smooth_cfg() local