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

/haiku-buildtools/isl/
H A Dcodegen.c49 return isl_union_set_from_set(isl_set_universe(space));
H A Disl_union_map.c343 __isl_give isl_union_set *isl_union_set_from_set(__isl_take isl_set *set) function
2338 isl_union_set_from_set(isl_set_copy(ran)));
2501 *res = isl_union_set_from_set(set);
H A Disl_ast_codegen.c2522 isl_union_set_from_set(domain));
3591 isl_union_set_from_set(set));
H A Disl_input.c2130 obj.v = isl_union_set_from_set(obj.v);
2383 obj.v = isl_union_set_from_set(obj.v);
2404 obj.v = isl_union_set_from_set(obj.v);
/haiku-buildtools/isl/include/isl/
H A Dunion_set.h15 __isl_give isl_union_set *isl_union_set_from_set(__isl_take isl_set *set);
/haiku-buildtools/gcc/gcc/
H A Dgraphite-optimize-isl.c558 isl_union_set_from_set (domain));
H A Dgraphite-isl-ast-to-gimple.c902 isl_union_set_union (domain_isl, isl_union_set_from_set (bb_domain_s));
992 isl_union_set_from_set (isl_set_universe (range_space));
/haiku-buildtools/isl/interface/
H A Disl.py1095 self.ptr = isl.isl_union_set_from_set(isl.isl_set_copy(args[0].ptr))
1316 isl.isl_union_set_from_set.restype = c_void_p
1317 isl.isl_union_set_from_set.argtypes = [c_void_p]

Completed in 72 milliseconds