Searched refs:is_redundant (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/isl/
H A Disl_tab.c55 tab->var[i].is_redundant = 0;
949 var->is_redundant = 1;
1266 isl_assert(tab->mat->ctx, !var->is_redundant, return -2);
1365 if (var->is_redundant)
1369 if (!pivot_var->is_redundant &&
1380 if (var->is_redundant)
1391 if (var->is_redundant)
1396 if (!pivot_var->is_redundant && pivot_var->index == row) {
1440 if (var->is_redundant)
1444 if (!pivot_var->is_redundant
[all...]
H A Disl_tab.h23 unsigned is_redundant : 1; member in struct:isl_tab_var
99 * rows. The corresponding tab_vars are flagged "is_redundant".
100 * A row variable that is flagged "is_zero" is also flagged "is_redundant"
H A Disl_vertices.c748 if (tab->con[i].is_redundant)
808 if (tab->con[i].is_redundant)
H A Disl_map_simplify.c2005 if (tab->con[i].is_redundant)
2007 tab->con[i].is_redundant = 1;
2022 tab->con[i].is_redundant = 0;
2025 tab->con[i].is_redundant = 1;
H A Disl_coalesce.c850 /* Set the is_redundant property of the "n" constraints in "cuts",
871 tab->con[n_eq + cuts[l]].is_redundant = v;

Completed in 97 milliseconds