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

/haiku-buildtools/isl/
H A Disl_tab_pip.c5222 struct isl_sol_pma { struct
5228 static void sol_pma_free(struct isl_sol_pma *sol_pma)
5243 static void sol_pma_add_empty(struct isl_sol_pma *sol,
5267 static void sol_pma_add(struct isl_sol_pma *sol,
5299 sol_pma_free((struct isl_sol_pma *)sol);
5305 sol_pma_add_empty((struct isl_sol_pma *)sol, bset);
5311 sol_pma_add((struct isl_sol_pma *)sol, dom, M);
5314 /* Construct an isl_sol_pma structure for accumulating the solution.
5324 struct isl_sol_pma *sol_pma = NULL;
5329 sol_pma = isl_calloc_type(bmap->ctx, struct isl_sol_pma);
[all...]

Completed in 224 milliseconds