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

References

tools/polly/lib/External/isl/isl_schedule_band.c
   64 	band->coincident = isl_calloc_array(ctx, int, band->n);
   70 	if ((band->n && !band->coincident) || !band->ast_build_options)
   97 	dup->coincident = isl_alloc_array(ctx, int, band->n);
   98 	if (band->n && !dup->coincident)
  102 		dup->coincident[i] = band->coincident[i];
  102 		dup->coincident[i] = band->coincident[i];
  172 	free(band->coincident);
  194 		if (band1->coincident[i] != band2->coincident[i])
  194 		if (band1->coincident[i] != band2->coincident[i])
  242 	return band->coincident[pos];
  264 	band->coincident[pos] = coincident;
 1198 		band->coincident[i - n] = band->coincident[i];
 1198 		band->coincident[i - n] = band->coincident[i];