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

References

tools/polly/lib/External/isl/isl_tab.c
  669 	for (j = tab->n_redundant; j < tab->n_row; ++j) {
  669 	for (j = tab->n_redundant; j < tab->n_row; ++j) {
  669 	for (j = tab->n_redundant; j < tab->n_row; ++j) {
  670 		if (var && j == var->index)
  672 		if (!isl_tab_var_from_row(tab, j)->is_nonneg)
  674 		if (sgn * isl_int_sgn(tab->mat->row[j][off + c]) >= 0)
  677 			r = j;
  680 		tsgn = sgn * row_cmp(tab, r, j, c, &t);
  682 					    tab->row_var[j] < tab->row_var[r]))
  683 			r = j;