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
 1410 	if (!pw)
 1413 		return pw;
 1418 	pw = FN(PW,cow)(pw);
 1418 	pw = FN(PW,cow)(pw);
 1419 	if (!pw)
 1421 	if (!pw->dim)
 1423 	for (i = 0; i < pw->n; ++i) {
 1424 		pw->p[i].set = isl_set_split_dims(pw->p[i].set, type, first, n);
 1424 		pw->p[i].set = isl_set_split_dims(pw->p[i].set, type, first, n);
 1425 		if (!pw->p[i].set)
 1429 	return pw;
 1431 	FN(PW,free)(pw);