reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3209 if (!tab) 3211 if (tab->con[con].is_zero) 3213 if (tab->con[con].is_redundant) 3215 if (!tab->con[con].is_row) 3216 return tab->con[con].index < tab->n_dead; 3216 return tab->con[con].index < tab->n_dead; 3218 row = tab->con[con].index; 3220 off = 2 + tab->M; 3221 return isl_int_is_zero(tab->mat->row[row][1]) && 3222 !row_is_big(tab, row) && 3223 isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead, 3223 isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead, 3224 tab->n_col - tab->n_dead) == -1; 3224 tab->n_col - tab->n_dead) == -1;