Searched refs:isl_error_quota (Results 1 – 9 of 9) sorted by relevance
331 return isl_ctx_last_error(IslCtx) == isl_error_quota; in hasQuotaExceeded()410 return isl_ctx_last_error(IslCtx) == isl_error_quota; in hasQuotaExceeded()
81 isl_error_quota, enumerator
193 case isl_error_quota: throw exception_quota(msg, file, line); in throw_error()
80 isl_die(ctx, isl_error_quota, in isl_ctx_next_operation()
169 case isl_error_quota: throw exception_quota(msg, file, line);
364 assert(isl_ctx_last_error(IslCtx.get()) == isl_error_quota); in computeKnownValues()
1206 assert(isl_ctx_last_error(IslCtx.get()) == isl_error_quota && in computeZone()
481 if (isl_ctx_last_error(IslCtx.get()) == isl_error_quota) { in calculateDependences()
3450 if (isl_ctx_last_error(scop->getIslCtx().get()) == isl_error_quota) { in buildAliasGroups()