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

/haiku-buildtools/isl/
H A Disl_ast_codegen.c2088 data.domain = isl_set_empty(space);
2357 unroll_domain = isl_set_empty(isl_set_get_space(domain));
2724 domains.done = isl_set_empty(space);
H A Disl_pw_templ.c690 dom = isl_set_empty(FN(PW,get_domain_space)(pw));
H A Disl_union_map.c1684 return isl_set_empty(space);
H A Disl_aff.c2346 set = isl_set_empty(isl_pw_aff_get_domain_space(pwaff));
2379 set = isl_set_empty(isl_pw_aff_get_domain_space(pwaff));
H A Disl_tab_pip.c4419 res = isl_set_empty(dim);
H A Disl_map.c5232 __isl_give isl_set *isl_set_empty(__isl_take isl_space *dim) function
5241 return isl_set_empty(isl_space_copy(model->dim));
12026 res = isl_set_empty(isl_set_get_space(set));
/haiku-buildtools/cloog/source/isl/
H A Ddomain.c314 return cloog_domain_from_isl_set(isl_set_empty(space));
1041 csl.set = isl_set_empty(isl_set_get_space(set));
/haiku-buildtools/isl/include/isl/
H A Dset.h260 __isl_give isl_set *isl_set_empty(__isl_take isl_space *dim);

Completed in 117 milliseconds