reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/basis_reduction_templ.c
  322 	if (!bset)
  325 	if (isl_basic_set_dim(bset, isl_dim_div) != 0)
  326 		isl_die(bset->ctx, isl_error_invalid,
  328 	if (isl_basic_set_dim(bset, isl_dim_param) != 0)
  329 		isl_die(bset->ctx, isl_error_invalid,
  332 	tab = isl_tab_from_basic_set(bset, 0);
  336 	if (bset->n_eq == 0)
  337 		tab->basis = isl_mat_identity(bset->ctx, 1 + tab->n_var);
  340 		unsigned nvar = isl_basic_set_total_dim(bset);
  341 		eq = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, bset->n_eq,
  341 		eq = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, bset->n_eq,
  341 		eq = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, bset->n_eq,
  345 		tab->n_zero = bset->n_eq;