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

References

tools/polly/lib/External/isl/isl_local_space.c
  437 	if (!ls || !space)
  440 	if (ls->dim == space) {
  442 		return ls;
  445 	ls = isl_local_space_cow(ls);
  445 	ls = isl_local_space_cow(ls);
  446 	if (!ls)
  448 	isl_space_free(ls->dim);
  449 	ls->dim = space;
  451 	return ls;
  453 	isl_local_space_free(ls);