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

References

tools/polly/lib/External/isl/isl_sample.c
 1005 	if (tab && tab->n_unbounded == 0) {
 1005 	if (tab && tab->n_unbounded == 0) {
 1010 	if (!tab || !tab_cone || !U)
 1013 	U = isl_mat_drop_cols(U, 0, tab->n_var - tab->n_unbounded);
 1013 	U = isl_mat_drop_cols(U, 0, tab->n_var - tab->n_unbounded);
 1030 		if (isl_tab_extend_cons(tab, 1) < 0)
 1033 		ok = isl_tab_add_ineq(tab, bset->ineq[i]) >= 0;