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

References

tools/polly/lib/External/ppcg/gpu_group.c
  749 	if (tile->depth == depth)
  752 	for (i = 0; i < tile->n; ++i) {
  753 		tile->bound[i].lb = isl_aff_drop_dims(tile->bound[i].lb,
  753 		tile->bound[i].lb = isl_aff_drop_dims(tile->bound[i].lb,
  754 					isl_dim_in, depth, tile->depth - depth);
  755 		if (!tile->bound[i].lb)
  757 		if (!tile->bound[i].shift)
  759 		tile->bound[i].shift = isl_aff_drop_dims(tile->bound[i].shift,
  759 		tile->bound[i].shift = isl_aff_drop_dims(tile->bound[i].shift,
  760 					isl_dim_in, depth, tile->depth - depth);
  761 		if (!tile->bound[i].shift)
  765 	tile->depth = depth;