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

/haiku-buildtools/isl/
H A Disl_coalesce.c453 int count_i, count_j; local
457 count_j = count(ineq_j, map->p[j]->n_ineq, STATUS_ADJ_INEQ);
459 if (count_i != 1 && count_j != 1)
467 if (!cut_i && !cut_j && count_i == 1 && count_j == 1)
474 if (count_j == 1 && !cut_j)

Completed in 66 milliseconds