Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dhybrid.c1763 isl_set *all, *partial, *all_el; in compute_full_tile() local
1776 all_el = isl_set_from_union_set(isl_union_set_apply(domain, schedule)); in compute_full_tile()
1777 all_el = isl_set_coalesce(all_el); in compute_full_tile()
1779 all = isl_set_apply(isl_set_copy(all_el), isl_map_copy(el2tile)); in compute_full_tile()
1783 partial = isl_set_subtract(partial, all_el); in compute_full_tile()