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

References

tools/polly/lib/External/isl/isl_tab.c
 3735 	if (!tab)
 3738 	if (tab->need_undo)
 3739 		isl_die(isl_tab_get_ctx(tab), isl_error_invalid,
 3744 	while (tab->n_redundant > 0) {
 3745 		if (tab->row_var[tab->n_redundant - 1] >= 0) {
 3745 		if (tab->row_var[tab->n_redundant - 1] >= 0) {
 3748 			var = isl_tab_var_from_row(tab, tab->n_redundant - 1);
 3748 			var = isl_tab_var_from_row(tab, tab->n_redundant - 1);
 3751 		restore_last_redundant(tab);