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

References

tools/polly/lib/External/isl/isl_sample.c
  157 	n_eq = tab->n_var - tab->n_col + tab->n_dead;
  158 	if (tab->empty || n_eq == 0)
  160 	if (n_eq == tab->n_var)
  163 	eq = isl_mat_alloc(tab->mat->ctx, n_eq, tab->n_var);
  178 	isl_assert(bset->ctx, j == n_eq, goto error);