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

References

tools/polly/lib/External/ppcg/gpu_group.c
  280 	shift = isl_basic_map_from_aff(isl_aff_copy(bound->shift));
  283 	shift = isl_basic_map_apply_range(bmap, shift);
  283 	shift = isl_basic_map_apply_range(bmap, shift);
  286 	shift = isl_basic_map_sum(id, shift);
  286 	shift = isl_basic_map_sum(id, shift);
  289 	shift = isl_basic_map_range_product(id, shift);
  289 	shift = isl_basic_map_range_product(id, shift);
  300 	bmap = isl_basic_map_apply_range(shift, scale);