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

References

tools/polly/lib/External/isl/isl_tab_pip.c
 4076 		for (row = tab->n_redundant; row < tab->n_row; ++row) {
 4076 		for (row = tab->n_redundant; row < tab->n_row; ++row) {
 4076 		for (row = tab->n_redundant; row < tab->n_row; ++row) {
 4077 			if (!isl_tab_var_from_row(tab, row)->is_nonneg)
 4079 			sgn = row_sign(tab, sol, row);
 4082 			tab->row_sign[row] = sgn;
 4086 				split = row;
 4090 		if (row < tab->n_row)
 4118 		row = first_non_integer_row(tab, &flags);
 4119 		if (row < 0)
 4127 			row = add_cut(tab, row);
 4127 			row = add_cut(tab, row);
 4132 			div = get_row_split_div(tab, row);
 4149 			tab = set_row_cst_to_div(tab, row, d);
 4153 			row = add_parametric_cut(tab, row, context);
 4153 			row = add_parametric_cut(tab, row, context);
 4154 		if (row < 0)