reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1639 struct isl_mat *mat = tab->mat; 1640 unsigned off = 2 + tab->M; 1643 isl_die(isl_tab_get_ctx(tab), isl_error_internal, 1647 if (!temp_var && tab->need_undo) 1648 if (isl_tab_push_var(tab, isl_tab_undo_zero, var) < 0) 1650 for (j = tab->n_dead; j < tab->n_col; ++j) { 1650 for (j = tab->n_dead; j < tab->n_col; ++j) { 1655 isl_die(isl_tab_get_ctx(tab), isl_error_internal, 1658 recheck = isl_tab_kill_col(tab, j); 1664 if (!temp_var && isl_tab_mark_redundant(tab, var->index) < 0) 1666 if (tab_is_manifestly_empty(tab) && isl_tab_mark_empty(tab) < 0) 1666 if (tab_is_manifestly_empty(tab) && isl_tab_mark_empty(tab) < 0)