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

/haiku-buildtools/isl/
H A Disl_ast_codegen.c2261 * "schedule_domain" is the domain of "executed".
2278 isl_set *schedule_domain; member in struct:isl_codegen_domains
2430 isl_set_copy(domains->schedule_domain));
2474 isl_set_copy(domains->schedule_domain));
2597 isl_set_copy(domains->schedule_domain));
2637 disjoint = isl_set_plain_is_disjoint(domain, domains->schedule_domain);
2686 * "class_domain". Otherwise, we take the "schedule_domain" as "class_domain",
2697 isl_union_set *schedule_domain; local
2710 schedule_domain = isl_union_map_domain(isl_union_map_copy(executed));
2711 domain = isl_set_from_union_set(schedule_domain);
3686 isl_union_set *schedule_domain; local
[all...]

Completed in 50 milliseconds