Searched refs:isl_tab_relax (Results 1 – 3 of 3) sorted by relevance
244 int isl_tab_relax(struct isl_tab *tab, int con) WARN_UNUSED;
1131 if (isl_tab_relax(info[i].tab, n_eq + relax[l]) < 0) in is_relaxed_extension()
2789 int isl_tab_relax(struct isl_tab *tab, int con) in isl_tab_relax() function