Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmcf.c91 gcov_type max_capacity; member
207 if (fedge->max_capacity == CAP_INFINITY) in dump_fixup_edge()
210 fprintf (file, "%" PRId64 ",", fedge->max_capacity); in dump_fixup_edge()
385 gcov_type max_capacity) in add_fixup_edge() argument
390 curr_edge->max_capacity = max_capacity; in add_fixup_edge()
637 pfedge->max_capacity += (demand_value - supply_value); in create_fixup_graph()
642 pfedge->max_capacity += (supply_value - demand_value); in create_fixup_graph()
684 r_pfedge->max_capacity); in create_fixup_graph()
692 r_pfedge->max_capacity = pfedge->max_capacity; in create_fixup_graph()
944 pfedge->rflow = pfedge->max_capacity - pfedge->flow; in compute_residual_flow()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmcf.cc91 gcov_type max_capacity; member
207 if (fedge->max_capacity == CAP_INFINITY) in dump_fixup_edge()
210 fprintf (file, "%" PRId64 ",", fedge->max_capacity); in dump_fixup_edge()
385 gcov_type max_capacity) in add_fixup_edge() argument
390 curr_edge->max_capacity = max_capacity; in add_fixup_edge()
637 pfedge->max_capacity += (demand_value - supply_value); in create_fixup_graph()
642 pfedge->max_capacity += (supply_value - demand_value); in create_fixup_graph()
684 r_pfedge->max_capacity); in create_fixup_graph()
692 r_pfedge->max_capacity = pfedge->max_capacity; in create_fixup_graph()
944 pfedge->rflow = pfedge->max_capacity - pfedge->flow; in compute_residual_flow()