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

/haiku-buildtools/isl/
H A Disl_tab_pip.c154 * isl_sol_map, which simply collects the solutions in an isl_map
537 struct isl_sol_map { struct
543 static void sol_map_free(struct isl_sol_map *sol_map)
556 sol_map_free((struct isl_sol_map *)sol);
563 static void sol_map_add_empty(struct isl_sol_map *sol,
586 sol_map_add_empty((struct isl_sol_map *)sol, bset);
603 static void sol_map_add(struct isl_sol_map *sol,
686 sol_map_add((struct isl_sol_map *)sol, dom, M);
3375 /* Construct an isl_sol_map structure for accumulating the solution.
3385 struct isl_sol_map *sol_ma
[all...]

Completed in 46 milliseconds