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

References

tools/polly/lib/External/isl/isl_tab_pip.c
 1531 	unsigned off = 2 + tab->M;
 1533 	return isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead,
 1533 	return isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead,
 1534 					tab->n_col - tab->n_dead) == -1;
 1534 					tab->n_col - tab->n_dead) == -1;