Searched refs:pivot_row (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_tab.c | 660 static int pivot_row(struct isl_tab *tab, in pivot_row() function 731 r = pivot_row(tab, skip_var, sgn, c); in find_pivot() 1219 r = pivot_row(tab, NULL, sign, var->index); in to_row() 1387 row = pivot_row(tab, NULL, -1, col); in sign_of_min() 1463 row = pivot_row(tab, NULL, -1, col); in isl_tab_min_at_most_neg_one()
|