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
  923 	ls = isl_local_space_cow(ls);
  923 	ls = isl_local_space_cow(ls);
  924 	if (!ls)
  926 	ls->dim = isl_space_from_domain(ls->dim);
  926 	ls->dim = isl_space_from_domain(ls->dim);
  927 	if (!ls->dim)
  928 		return isl_local_space_free(ls);
  929 	return ls;