Home
last modified time | relevance | path

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

/llvm-project/polly/include/polly/Support/
H A DGICHelper.h408 return isl_ctx_last_error(IslCtx) == isl_error_quota; in hasQuotaExceeded()
487 return isl_ctx_last_error(IslCtx) == isl_error_quota; in hasQuotaExceeded()
/llvm-project/polly/lib/External/isl/include/isl/
H A Dctx.h81 isl_error_quota, enumerator
/llvm-project/polly/lib/External/isl/
H A Disl_ctx.c80 isl_die(ctx, isl_error_quota, in isl_ctx_next_operation()
/llvm-project/polly/lib/External/isl/cpp/
H A Dcpp.h.top189 case isl_error_quota: throw exception_quota(msg, file, line);
/llvm-project/polly/lib/Transform/
H A DForwardOpTree.cpp368 assert(isl_ctx_last_error(IslCtx.get()) == isl_error_quota); in computeKnownValues()
H A DDeLICM.cpp1213 assert(isl_ctx_last_error(IslCtx.get()) == isl_error_quota && in computeZone()
/llvm-project/polly/lib/Analysis/
H A DDependenceInfo.cpp481 if (isl_ctx_last_error(IslCtx.get()) == isl_error_quota) { in calculateDependences()
H A DScopBuilder.cpp3441 if (isl_ctx_last_error(scop->getIslCtx().get()) == isl_error_quota) {
/llvm-project/polly/unittests/Isl/
H A DIslTest.cpp1158 ASSERT_EQ(isl_ctx_last_error(Ctx.get()), isl_error_quota); in TEST()