reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2060 if (!tab) 2062 r = isl_tab_add_row(tab, eq); 2066 var = &tab->con[r]; 2068 if (row_is_manifestly_zero(tab, r)) { 2070 if (isl_tab_mark_redundant(tab, r) < 0) 2075 if (isl_int_is_neg(tab->mat->row[r][1])) { 2076 isl_seq_neg(tab->mat->row[r] + 1, tab->mat->row[r] + 1, 2076 isl_seq_neg(tab->mat->row[r] + 1, tab->mat->row[r] + 1, 2077 1 + tab->n_col); 2081 if (to_col(tab, var) < 0) 2084 if (isl_tab_kill_col(tab, var->index) < 0)