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

References

tools/polly/lib/External/ppcg/gpu_group.c
  271 	hull = isl_basic_map_affine_hull(isl_basic_map_copy(bounds));
  278 		return bounds;
  281 	space = isl_basic_map_get_space(bounds);
  284 	space = isl_basic_map_get_space(bounds);
  287 	space = isl_basic_map_get_space(bounds);
  291 	space = isl_space_domain(isl_basic_map_get_space(bounds));
  293 	space = isl_space_range(isl_basic_map_get_space(bounds));
  301 	bset = isl_basic_set_apply(isl_basic_map_wrap(bounds), bmap);
  302 	bounds = isl_basic_set_unwrap(bset);
  304 	return bounds;