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

References

tools/polly/lib/External/isl/isl_ctx.c
   51 	if (ctx->max_operations && ctx->operations >= ctx->max_operations)
   51 	if (ctx->max_operations && ctx->operations >= ctx->max_operations)
  364 	ctx->max_operations = max_operations;
  371 	return ctx ? ctx->max_operations : 0;