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

/haiku-buildtools/gcc/gcc/
H A Dmcf.c471 gcov_type *diff_out_in = NULL; local
516 diff_out_in =
570 diff_out_in[pfedge->src] += pfedge->weight;
571 diff_out_in[pfedge->dest] -= pfedge->weight;
576 diff_out_in[i] = 0;
619 diff_out_in[v''] will be 0, so skip v'' vertices, hence i += 2. */
622 if (diff_out_in[i] > 0)
625 diff_out_in[i]);
626 demand_value += diff_out_in[i];
628 else if (diff_out_in[
[all...]

Completed in 35 milliseconds