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
  891 	ls = isl_local_space_drop_dims(ls, isl_dim_out,
  891 	ls = isl_local_space_drop_dims(ls, isl_dim_out,
  892 					0, isl_local_space_dim(ls, isl_dim_out));
  893 	ls = isl_local_space_cow(ls);
  893 	ls = isl_local_space_cow(ls);
  894 	if (!ls)
  896 	ls->dim = isl_space_domain(ls->dim);
  896 	ls->dim = isl_space_domain(ls->dim);
  897 	if (!ls->dim)
  898 		return isl_local_space_free(ls);
  899 	return ls;