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

/haiku-buildtools/isl/
H A Disl_tab_pip.c170 void (*add_empty)(struct isl_sol *sol, struct isl_basic_set *bset); member in struct:isl_sol
219 * pass it on to sol->add or sol->add_empty.
231 sol->add_empty(sol, partial->dom);
412 * If there is no solution, then call add_empty with a basic set
413 * that corresponds to the context tableau. (If add_empty is NULL,
459 if (tab->empty && !sol->add_empty)
3400 sol_map->sol.add_empty = track_empty ? &sol_map_add_empty_wrap : NULL;
4098 if (sol->add_empty)
4099 sol->add_empty(sol,
4841 sol_for->sol.add_empty
[all...]

Completed in 92 milliseconds