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) { 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)) 2397 return split; 2399 ineq = get_row_parameter_ineq(tab, split); 2412 if (row == split) 2434 best = split;