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);
   99 	while (i < pw1->n || j < pw2->n) {
  104 		if (i < pw1->n && j < pw2->n)
  106 						pw2->p[j].FIELD);
  116 			el = FN(EL,copy)(pw2->p[j].FIELD);
  131 	FN(PW,free)(pw2);
  137 	FN(PW,free)(pw2);