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
 1275 		if (col == tab->n_col)
 1276 			col = j;
 1278 			col = lexmin_col_pair(tab, row, col, j, tmp);
 1278 			col = lexmin_col_pair(tab, row, col, j, tmp);
 1279 		isl_assert(tab->mat->ctx, col >= 0, goto error);
 1283 	return col;