Lines Matching refs:isl_map_copy
97 identity = isl_set_identity(isl_map_range(isl_map_copy(executed))); in generate_non_single_valued()
121 isl_union_map_from_map(isl_map_copy(executed))); in at_each_domain()
165 guard = isl_map_domain(isl_map_copy(map)); in add_domain()
240 return add_domain(executed, isl_map_copy(executed), data); in generate_domain()
243 map = isl_map_copy(executed); in generate_domain()
251 map = isl_map_copy(executed); in generate_domain()
3048 isl_map_copy(domains->sep_class), class_set)); in compute_class_domains()
3135 classes = isl_map_range(isl_map_copy(domains.sep_class)); in compute_domains()
3664 lt = isl_map_reverse(isl_map_copy(gt)); in generate_shifted_component_tree()
3723 map = isl_map_copy(domain[order[0]].map); in construct_component_executed()
3726 map = isl_map_copy(domain[order[i]].map); in construct_component_executed()
3859 test = isl_map_copy(min); in first_offset()
3860 test = isl_map_apply_domain(isl_map_copy(min_first), test); in first_offset()
3993 map_i = isl_map_copy(map); in construct_shifted_executed()
4000 map_i = isl_map_apply_domain(isl_map_copy(domain[order[i]].map), in construct_shifted_executed()
4286 (*next)->map = isl_map_copy(map); in extract_domain()
4672 map = isl_map_copy(map2); in after_in_subtree()
4673 map = isl_map_apply_domain(map, isl_map_copy(map1)); in after_in_subtree()