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
 1446 	if (!pw)
 1449 	if (pw->n == 0) {
 1450 		opt = isl_val_zero(FN(PW,get_ctx)(pw));
 1451 		FN(PW,free)(pw);
 1455 	opt = FN(EL,opt_on_domain)(FN(EL,copy)(pw->p[0].FIELD),
 1456 					isl_set_copy(pw->p[0].set), max);
 1457 	for (i = 1; i < pw->n; ++i) {
 1459 		opt_i = FN(EL,opt_on_domain)(FN(EL,copy)(pw->p[i].FIELD),
 1460 						isl_set_copy(pw->p[i].set), max);
 1467 	FN(PW,free)(pw);