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

/haiku-buildtools/isl/
H A Disl_ast_codegen.c203 guard = isl_set_coalesce(guard);
2059 domain = isl_set_coalesce(domain);
2484 domain = isl_set_coalesce(domain);
2602 domain = isl_set_coalesce(domain);
2666 option[unroll] = isl_set_coalesce(option[unroll]);
H A Disl_ast_build.c812 build->domain = isl_set_coalesce(build->domain);
837 build->generated = isl_set_coalesce(build->generated);
862 build->pending = isl_set_coalesce(build->pending);
H A Disl_transitive_closure.c859 domain = isl_set_coalesce(domain);
861 range = isl_set_coalesce(range);
2323 domain = isl_set_coalesce(domain);
2325 range = isl_set_coalesce(range);
H A Disl_ast_graft.c709 graft->guard = isl_set_coalesce(graft->guard);
H A Disl_convex_hull.c1808 set = isl_set_coalesce(set);
1864 set = isl_set_coalesce(set);
H A Disl_coalesce.c1732 struct isl_set *isl_set_coalesce(struct isl_set *set) function
H A Disl_pw_templ.c908 pw->p[i].set = isl_set_coalesce(pw->p[i].set);
H A Disl_test.c1162 set = isl_set_coalesce(set);
1336 /* Test the functionality of isl_set_coalesce.
/haiku-buildtools/isl/include/isl/
H A Dset.h469 __isl_give isl_set *isl_set_coalesce(__isl_take isl_set *set);
/haiku-buildtools/isl/interface/
H A Disl.py1560 res = isl.isl_set_coalesce(isl.isl_set_copy(arg0.ptr))
1626 isl.isl_set_coalesce.restype = c_void_p
/haiku-buildtools/cloog/source/isl/
H A Ddomain.c1337 return cloog_domain_from_isl_set(isl_set_coalesce(set));
/haiku-buildtools/gcc/gcc/
H A Dgraphite-sese-to-poly.c1188 cond = isl_set_coalesce (cond);

Completed in 98 milliseconds