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

References

tools/polly/lib/External/isl/isl_ctx.c
  177 	opt = find_nested_isl_options(args, user_opt);
  178 	if (!opt) {
  179 		opt = isl_options_new_with_defaults();
  180 		if (!opt)
  199 	ctx->opt = opt;
  228 		isl_options_free(opt);