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

References

tools/polly/lib/External/isl/isl_schedule_constraints.c
   94 	if (!sc)
   96 	if (!sc->domain)
   97 		return isl_schedule_constraints_free(sc);
   98 	space = isl_union_set_get_space(sc->domain);
   99 	if (!sc->context)
  100 		sc->context = isl_set_universe(isl_space_copy(space));
  103 		if (sc->constraint[i])
  105 		sc->constraint[i] = isl_union_map_copy(empty);
  106 		if (!sc->constraint[i])
  107 			sc->domain = isl_union_set_free(sc->domain);
  107 			sc->domain = isl_union_set_free(sc->domain);
  111 	if (!sc->domain || !sc->context)
  111 	if (!sc->domain || !sc->context)
  112 		return isl_schedule_constraints_free(sc);
  114 	return sc;