Lines Matching defs:schedule_domain
2705 * "schedule_domain" is the domain of "executed".
2722 isl_set *schedule_domain;
2845 isl_set_copy(domains->schedule_domain));
2889 isl_set_copy(domains->schedule_domain));
3012 isl_set_copy(domains->schedule_domain));
3052 disjoint = isl_set_plain_is_disjoint(domain, domains->schedule_domain);
3105 * "class_domain". Otherwise, we take the "schedule_domain" as "class_domain",
3116 isl_union_set *schedule_domain;
3129 schedule_domain = isl_union_map_domain(isl_union_map_copy(executed));
3130 domain = isl_set_from_union_set(schedule_domain);
3143 domains.schedule_domain = isl_set_copy(domain);
3164 isl_set_free(domains.schedule_domain);
3361 isl_union_set *schedule_domain;
3375 schedule_domain = isl_union_map_domain(isl_union_map_copy(executed));
3376 domain = isl_set_from_union_set(schedule_domain);
3622 isl_union_set *schedule_domain;
3636 schedule_domain = isl_union_map_domain(isl_union_map_copy(executed));
3637 domain = isl_set_from_union_set(schedule_domain);
5085 isl_union_set *schedule_domain;
5108 schedule_domain = isl_union_map_domain(universe);
5109 if (isl_union_set_foreach_set(schedule_domain, &generate_code_set,
5113 isl_union_set_free(schedule_domain);
5481 isl_union_set *schedule_domain;
5487 schedule_domain = isl_union_set_from_set(set);
5493 extension = isl_union_map_intersect_domain(extension, schedule_domain);
5861 isl_union_set *domain, *schedule_domain;
5891 schedule_domain = isl_union_set_from_set(set);
5893 executed = isl_union_map_from_domain_and_range(schedule_domain, domain);