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

References

tools/polly/lib/External/ppcg/gpu_group.c
  358 		if (!size->bound->size || isl_val_lt(v, size->bound->size)) {
  358 		if (!size->bound->size || isl_val_lt(v, size->bound->size)) {
  359 			isl_val_free(size->bound->size);
  360 			size->bound->size = isl_val_copy(v);
  362 			isl_aff_free(size->bound->lb);
  363 			size->bound->lb = isl_aff_copy(lb);
  393 	size.bound = bound;