Home
last modified time | relevance | path

Searched refs:isl_error_quota (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-optimize-isl.cc166 if (isl_ctx_last_error (scop->isl_context) == isl_error_quota) in optimize_isl()
H A Dgraphite-isl-ast-to-gimple.cc1409 if (isl_ctx_last_error (scop->isl_context) == isl_error_quota) in scop_to_isl_ast()
H A DChangeLog-201713886 ISL errors other than isl_error_quota happen. Dump if the
H A DChangeLog-201517167 result equal to isl_stat_ok as the status now can be isl_error_quota.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-optimize-isl.c166 if (isl_ctx_last_error (scop->isl_context) == isl_error_quota) in optimize_isl()
H A Dgraphite-isl-ast-to-gimple.c1421 if (isl_ctx_last_error (scop->isl_context) == isl_error_quota) in scop_to_isl_ast()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dctx.h81 isl_error_quota, enumerator
H A Dcpp.h189 case isl_error_quota: throw exception_quota(msg, file, line); in throw_error()
/netbsd-src/external/mit/isl/dist/
H A Disl_ctx.c80 isl_die(ctx, isl_error_quota, in isl_ctx_next_operation()
/netbsd-src/external/mit/isl/dist/cpp/
H A Dcpp.h.top189 case isl_error_quota: throw exception_quota(msg, file, line);