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

/haiku-buildtools/isl/
H A Disl_tab.h226 isl_ineq_redundant, enumerator in enum:isl_ineq_type
H A Disl_coalesce.c36 case isl_ineq_redundant: return STATUS_VALID;
721 if (type == isl_ineq_redundant)
1078 if (type != isl_ineq_redundant)
H A Disl_vertices.c538 case isl_ineq_redundant: continue;
587 if (isl_tab_ineq_type(tab, bset->ineq[i]) == isl_ineq_redundant)
H A Disl_tab.c3344 * isl_ineq_redundant: satisfied by all points in the tableau
3371 type = isl_ineq_redundant;
3390 type = isl_ineq_redundant;

Completed in 42 milliseconds