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

References

tools/polly/lib/External/isl/isl_tab.c
 2040 	unsigned off = 2 + tab->M;
 2042 	if (!isl_int_is_zero(tab->mat->row[row][1]))
 2044 	if (row_is_big(tab, row))
 2046 	return isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead,
 2046 	return isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead,
 2047 					tab->n_col - tab->n_dead) == -1;
 2047 					tab->n_col - tab->n_dead) == -1;