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

References

tools/polly/lib/External/isl/isl_pw_templ.c
  824 	if (!pw || !set)
  827 	if (pw->n == 0) {
  829 		return pw;
  832 	pw = FN(PW,cow)(pw);
  832 	pw = FN(PW,cow)(pw);
  833 	if (!pw)
  836 	for (i = pw->n - 1; i >= 0; --i) {
  837 		pw->p[i].set = fn(pw->p[i].set, isl_set_copy(set));
  837 		pw->p[i].set = fn(pw->p[i].set, isl_set_copy(set));
  838 		if (FN(PW,exploit_equalities_and_remove_if_empty)(pw, i) < 0)
  843 	return pw;
  846 	FN(PW,free)(pw);