Searched refs:demand_value (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dmcf.c472 gcov_type supply_value = 1, demand_value = 0; local
613 0 /* demand_value */, 0, 0 /* demand_value */);
626 demand_value += diff_out_in[i];
642 fprintf (dump_file, "demand_value=%"PRId64 "\n",
643 demand_value);
646 if (demand_value > supply_value)
649 pfedge->max_capacity += (demand_value - supply_value);
654 pfedge->max_capacity += (supply_value - demand_value);

Completed in 99 milliseconds