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
 1260 	int col = tab->n_col;
 1264 	tr = tab->mat->row[row] + 2 + tab->M;
 1264 	tr = tab->mat->row[row] + 2 + tab->M;
 1268 	for (j = tab->n_dead; j < tab->n_col; ++j) {
 1268 	for (j = tab->n_dead; j < tab->n_col; ++j) {
 1269 		if (col_is_parameter_var(tab, j))
 1275 		if (col == tab->n_col)
 1278 			col = lexmin_col_pair(tab, row, col, j, tmp);
 1279 		isl_assert(tab->mat->ctx, col >= 0, goto error);