reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2870 space = isl_union_set_get_space(domain); 2873 n1 = isl_space_dim(space, isl_dim_param); 2874 data->expansion = isl_union_map_align_params(data->expansion, space); 2893 space = isl_union_map_get_space(data->expansion); 2896 data->contraction, isl_space_copy(space)); 2901 data->domain = union_set_drop_extra_params(data->domain, space, n1); 2903 union_set_drop_extra_params(data->domain_universe, space, n1); 2904 data->group = union_set_drop_extra_params(data->group, space, n1); 2906 union_set_drop_extra_params(data->group_universe, space, n1); 2909 isl_space_copy(space)); 2914 isl_space_free(space);