Home
last modified time | relevance | path

Searched refs:sol_pma (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_tab_pip.c5670 struct isl_sol_pma *sol_pma = (struct isl_sol_pma *) sol; in sol_pma_free() local
5671 isl_pw_multi_aff_free(sol_pma->pma); in sol_pma_free()
5672 isl_set_free(sol_pma->empty); in sol_pma_free()
5737 struct isl_sol_pma *sol_pma = NULL; in sol_pma_init() local
5743 sol_pma = isl_calloc_type(bmap->ctx, struct isl_sol_pma); in sol_pma_init()
5744 if (!sol_pma) in sol_pma_init()
5747 sol_pma->sol.free = &sol_pma_free; in sol_pma_init()
5748 if (sol_init(&sol_pma->sol, bmap, dom, max) < 0) in sol_pma_init()
5750 sol_pma->sol.add = &sol_pma_add_wrap; in sol_pma_init()
5751 sol_pma->sol.add_empty = track_empty ? &sol_pma_add_empty_wrap : NULL; in sol_pma_init()
[all …]