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

References

tools/polly/lib/External/ppcg/gpu_array_tile.c
   16 		isl_aff_free(tile->bound[j].lb);
   46 		tile->bound[i].lb = NULL;
tools/polly/lib/External/ppcg/gpu_group.c
  362 			isl_aff_free(size->bound->lb);
  363 			size->bound->lb = isl_aff_copy(lb);
  391 	bound->lb = NULL;
  639 			lb = tile->bound[i].lb;
  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,
  755 		if (!tile->bound[i].lb)
 1813 		isl_aff *lb_i = isl_aff_copy(tile->bound[i].lb);