Searched refs:restore_lexmin (Results 1 – 1 of 1) sorted by relevance
1419 static int restore_lexmin(struct isl_tab *tab) WARN_UNUSED;1420 static int restore_lexmin(struct isl_tab *tab) in restore_lexmin() function1608 if (restore_lexmin(tab) < 0) in add_lexmin_eq()1622 if (restore_lexmin(tab) < 0) in add_lexmin_eq()1682 if (restore_lexmin(tab) < 0) in add_lexmin_ineq()1902 if (restore_lexmin(tab) < 0) in cut_to_integer_lexmin()2353 if (bmap->n_eq && restore_lexmin(tab) < 0) in tab_for_lexmin()2860 if (restore_lexmin(clex->tab) < 0) in isl_context_lex_alloc()3378 if (restore_lexmin(tab) < 0) in propagate_equalities()4107 for (r = 0; r >= 0 && tab && !tab->empty; r = restore_lexmin(tab)) { in find_solutions()