Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dmcf.c106 struct fixup_graph_type struct
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()
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()
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()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmcf.c128 } fixup_graph_type; typedef
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()
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()
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()
[all …]