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
  598 	if (!pw1 || !pw2)
  601 	n = pw1->n * pw2->n;
  603 	res = FN(PW,alloc_size)(isl_space_copy(space), pw1->type, n);
  608 	for (i = 0; i < pw1->n; ++i) {
  615 					isl_set_copy(pw1->p[i].set),
  625 			res_ij = fn(FN(EL,copy)(pw1->p[i].FIELD),
  634 	FN(PW,free)(pw1);
  639 	FN(PW,free)(pw1);