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

References

tools/polly/lib/External/isl/isl_tab.c
 3339 	unsigned off = 2 + tab->M;
 3340 	isl_mat *mat = tab->mat;
 3348 	if (row_is_big(tab, row))
 3350 	n = tab->n_col - tab->n_dead;
 3350 	n = tab->n_col - tab->n_dead;
 3351 	pos = isl_seq_first_non_zero(mat->row[row] + off + tab->n_dead, n);