reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/ppcg/hybrid.c
 1268 	ctx = isl_set_get_ctx(dist);
 1274 	dist = isl_set_copy(dist);
 1274 	dist = isl_set_copy(dist);
 1275 	dim = isl_set_dim(dist, isl_dim_set);
 1276 	if (dist && pos >= dim)
 1278 			dist = isl_set_free(dist));
 1278 			dist = isl_set_free(dist));
 1279 	dist = isl_set_project_out(dist, isl_dim_set, pos + 1, dim - (pos + 1));
 1279 	dist = isl_set_project_out(dist, isl_dim_set, pos + 1, dim - (pos + 1));
 1280 	dist = isl_set_project_out(dist, isl_dim_set, 1, pos - 1);
 1280 	dist = isl_set_project_out(dist, isl_dim_set, 1, pos - 1);
 1282 	space = isl_set_get_space(dist);
 1283 	dist = isl_set_union(dist, isl_set_from_point(isl_point_zero(space)));
 1283 	dist = isl_set_union(dist, isl_set_from_point(isl_point_zero(space)));
 1284 	dist = isl_set_remove_divs(dist);
 1284 	dist = isl_set_remove_divs(dist);
 1285 	hull = isl_set_convex_hull(dist);