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

/haiku-buildtools/isl/
H A Disl_tab_pip.c157 * isl_sol_for, which calls a user-defined function for each part of
4741 struct isl_sol_for { struct
4748 static void sol_for_free(struct isl_sol_for *sol_for)
4757 sol_for_free((struct isl_sol_for *)sol);
4771 static void sol_for_add(struct isl_sol_for *sol,
4814 sol_for_add((struct isl_sol_for *)sol, dom, M);
4817 static struct isl_sol_for *sol_for_init(struct isl_basic_map *bmap, int max,
4822 struct isl_sol_for *sol_for = NULL;
4826 sol_for = isl_calloc_type(bmap->ctx, struct isl_sol_for);
4856 static void sol_for_find_solutions(struct isl_sol_for *sol_fo
[all...]

Completed in 110 milliseconds