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
   93 	if (!pw1 || !pw2)
   96 	res = FN(PW,alloc_size)(isl_space_copy(pw1->dim), pw1->n + pw2->n);
   96 	res = FN(PW,alloc_size)(isl_space_copy(pw1->dim), pw1->n + pw2->n);
   99 	while (i < pw1->n || j < pw2->n) {
  104 		if (i < pw1->n && j < pw2->n)
  105 			cmp = FN(EL,plain_cmp)(pw1->p[i].FIELD,
  108 			cmp = i < pw1->n ? -1 : 1;
  112 			el = FN(EL,copy)(pw1->p[i].FIELD);
  121 			el = FN(EL,copy)(pw1->p[i].FIELD);
  130 	FN(PW,free)(pw1);
  136 	FN(PW,free)(pw1);