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

References

tools/polly/lib/External/isl/isl_pw_union_opt.c
  192 	if (!pw1 || !pw2)
  196 	if (!isl_space_is_equal(pw1->dim, pw2->dim))
  202 		return pw2;
  205 	if (FN(PW,is_empty)(pw2)) {
  206 		FN(PW,free)(pw2);
  211 	pw2 = FN(PW,sort)(pw2);
  211 	pw2 = FN(PW,sort)(pw2);
  212 	if (!pw1 || !pw2)
  216 	list2 = FN(PW,extract_domains)(pw2);
  219 		for (j = 0; j < pw2->n; ++j) {
  224 							pw2->p[j].set);
  229 			better = FN(PW,better)(pw2->p[j].FIELD,
  232 			set_j = isl_set_copy(pw2->p[j].set);
  243 	res = FN(PW,merge)(pw1, pw2, list1, list2);
  250 	FN(PW,free)(pw2);