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

References

tools/polly/lib/External/isl/isl_convex_hull.c
 1300 	if (bset1->ctx->opt->convex == ISL_CONVEX_HULL_FM)
 1778 	if (bounded && set->ctx->opt->convex == ISL_CONVEX_HULL_WRAP)
tools/polly/lib/External/isl/isl_test.c
 1474 	int orig_convex = ctx->opt->convex;
 1475 	ctx->opt->convex = convex;
 1512 	ctx->opt->convex = orig_convex;