reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1607 return hull; 1618 constraints = isl_calloc_array(hull->ctx, struct max_constraint, 1621 return hull; 1622 table = isl_alloc_type(hull->ctx, struct isl_hash_table); 1623 if (isl_hash_table_init(hull->ctx, table, min_constraints)) 1628 constraints[i].c = isl_mat_sub_alloc6(hull->ctx, 1638 entry = isl_hash_table_find(hull->ctx, table, c_hash, 1642 isl_assert(hull->ctx, !entry->data, goto error); 1655 update_constraint(hull->ctx, table, 1661 update_constraint(hull->ctx, table, ineq, total, n, 1672 j = isl_basic_set_alloc_inequality(hull); 1675 isl_seq_cpy(hull->ineq[j], constraints[i].c->row[0], 1 + total); 1681 if (set->p[s]->n_ineq != hull->n_ineq) 1685 if (!has_constraint(hull->ctx, table, ineq, total, n)) 1697 return hull; 1705 return hull;