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

References

tools/polly/lib/External/isl/isl_tab.c
 1971 	if (!var->is_row)
 1974 	while (isl_int_is_pos(tab->mat->row[var->index][1])) {
 1975 		find_pivot(tab, var, NULL, -1, &row, &col);
 1979 		if (!var->is_row)
 1984 		if (!isl_int_is_zero(tab->mat->row[var->index][off + i]))
 1988 	if (isl_tab_pivot(tab, var->index, i) < 0)