Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/polly/lib/External/isl/include/isl/
H A Dctx.h254 enum isl_error isl_ctx_last_error(isl_ctx *ctx);
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ctx.c321 enum isl_error isl_ctx_last_error(isl_ctx *ctx) in isl_ctx_last_error() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp305 << isl_ctx_last_error(isl_schedule_get_ctx(Schedule)) in buildFlow()
480 if (isl_ctx_last_error(IslCtx.get()) == isl_error_quota) { in calculateDependences()
H A DScopBuilder.cpp3267 if (isl_ctx_last_error(scop->getIslCtx().get()) == isl_error_quota) { in buildAliasGroups()
/llvm-project-15.0.7/polly/lib/External/isl/cpp/
H A Dcpp.h.top198 error = isl_ctx_last_error(ctx.get());
/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp367 assert(isl_ctx_last_error(IslCtx.get()) == isl_error_quota); in computeKnownValues()
H A DDeLICM.cpp1211 assert(isl_ctx_last_error(IslCtx.get()) == isl_error_quota && in computeZone()
/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp1158 ASSERT_EQ(isl_ctx_last_error(Ctx.get()), isl_error_quota); in TEST()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod920 enum isl_error isl_ctx_last_error(isl_ctx *ctx);