reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1561 var_from_col(tab, col)->is_zero = 1; 1562 if (tab->need_undo) { 1563 if (isl_tab_push_var(tab, isl_tab_undo_zero, 1564 var_from_col(tab, col)) < 0) 1566 if (col != tab->n_dead) 1567 swap_cols(tab, col, tab->n_dead); 1567 swap_cols(tab, col, tab->n_dead); 1568 tab->n_dead++; 1571 if (col != tab->n_col - 1) 1572 swap_cols(tab, col, tab->n_col - 1); 1572 swap_cols(tab, col, tab->n_col - 1); 1573 var_from_col(tab, tab->n_col - 1)->index = -1; 1573 var_from_col(tab, tab->n_col - 1)->index = -1; 1574 tab->n_col--;