Searched refs:isl_set_apply (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/mit/isl/dist/
H A Disl_flow.c597 sink_domain = isl_set_apply(sink_domain, isl_map_copy(acc->domain_map));
608 sink_restr = isl_set_apply(sink_restr,
H A Disl_ast_codegen.c2415 set = isl_set_apply(set, expansion);
3665 before = isl_set_apply(isl_set_copy(isolated), gt);
3666 after = isl_set_apply(isl_set_copy(isolated), lt);
H A Disl_map.c9903 __isl_give isl_set *isl_set_apply( __isl_take isl_set *set, function
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dset.h345 __isl_give isl_set *isl_set_apply(
H A Dcpp-checked.h16956 auto res = isl_set_apply(copy(), map.release());
H A Dcpp.h23533 auto res = isl_set_apply(copy(), map.release());
/netbsd-current/external/mit/isl/dist/interface/
H A Disl.py11489 res = isl.isl_set_apply(isl.isl_set_copy(arg0.ptr), isl.isl_map_copy(arg1.ptr))
12385 isl.isl_set_apply.restype = c_void_p
12386 isl.isl_set_apply.argtypes = [c_void_p, c_void_p]

Completed in 877 milliseconds