reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_map.c
10395 	space = isl_map_get_space(map);
10396 	total = isl_space_dim(space, isl_dim_out);
10397 	space = isl_space_range_factor_range(space);
10397 	space = isl_space_range_factor_range(space);
10398 	keep = isl_space_dim(space, isl_dim_out);
10400 	map = isl_map_reset_space(map, space);