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

References

tools/polly/lib/External/ppcg/gpu.c
 5378 	space = isl_multi_pw_aff_get_space(index);
 5380 	if (isl_space_domain_is_wrapping(space))
 5381 		space = isl_space_domain_factor_domain(space);
 5381 		space = isl_space_domain_factor_domain(space);
 5382 	space2 = isl_space_copy(space);
 5383 	space2 = isl_space_from_domain(isl_space_domain(space));
 5386 	space = isl_space_range_product(space2, space);
 5386 	space = isl_space_range_product(space2, space);
 5387 	space = isl_space_uncurry(space);
 5387 	space = isl_space_uncurry(space);
 5389 	return isl_map_empty(space);