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
 1414 	if (!tab)
 1416 	if (tab->empty)
 1418 	while ((row = first_neg(tab)) != -1) {
 1419 		col = lexmin_pivot_col(tab, row);
 1420 		if (col >= tab->n_col) {
 1421 			if (report_conflict(tab, row) < 0)
 1423 			if (isl_tab_mark_empty(tab) < 0)
 1429 		if (isl_tab_pivot(tab, row, col) < 0)