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

/haiku-buildtools/isl/
H A Disl_coalesce.c25 #define STATUS_SEPARATE 3 macro
37 case isl_ineq_separate: return STATUS_SEPARATE;
65 if (eq[2 * k] == STATUS_SEPARATE ||
66 eq[2 * k + 1] == STATUS_SEPARATE)
95 if (ineq[k] == STATUS_SEPARATE)
1365 if (any(eq_i, 2 * map->p[i]->n_eq, STATUS_SEPARATE))
1373 if (any(eq_j, 2 * map->p[j]->n_eq, STATUS_SEPARATE))
1381 if (any(ineq_i, map->p[i]->n_ineq, STATUS_SEPARATE))
1389 if (any(ineq_j, map->p[j]->n_ineq, STATUS_SEPARATE))
1503 if (any(eq_i, 2 * bmap->n_eq, STATUS_SEPARATE))
[all...]

Completed in 149 milliseconds