reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2385 for (split = tab->n_redundant; split < tab->n_row; ++split) { 2385 for (split = tab->n_redundant; split < tab->n_row; ++split) { 2391 if (!isl_tab_var_from_row(tab, split)->is_nonneg) 2393 if (tab->row_sign[split] != isl_tab_row_any) 2396 if (is_parametric_constant(tab, split)) 2399 ineq = get_row_parameter_ineq(tab, split); 2409 for (row = tab->n_redundant; row < tab->n_row; ++row) { 2409 for (row = tab->n_redundant; row < tab->n_row; ++row) { 2414 if (!isl_tab_var_from_row(tab, row)->is_nonneg) 2416 if (tab->row_sign[row] != isl_tab_row_any) 2419 ineq = get_row_parameter_ineq(tab, row);