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
 1177 	pw = FN(PW,cow)(pw);
 1177 	pw = FN(PW,cow)(pw);
 1178 	if (!pw)
 1183 	pw->dim = isl_space_set_dim_name(pw->dim, type, pos, s);
 1183 	pw->dim = isl_space_set_dim_name(pw->dim, type, pos, s);
 1184 	if (!pw->dim)
 1187 	for (i = 0; i < pw->n; ++i) {
 1188 		pw->p[i].set = isl_set_set_dim_name(pw->p[i].set,
 1188 		pw->p[i].set = isl_set_set_dim_name(pw->p[i].set,
 1190 		if (!pw->p[i].set)
 1192 		pw->p[i].FIELD = FN(EL,set_dim_name)(pw->p[i].FIELD, type, pos, s);
 1192 		pw->p[i].FIELD = FN(EL,set_dim_name)(pw->p[i].FIELD, type, pos, s);
 1193 		if (!pw->p[i].FIELD)
 1197 	return pw;
 1199 	FN(PW,free)(pw);