Home
last modified time | relevance | path

Searched refs:isl_ctx_get_max_operations (Results 1 – 5 of 5) sorted by relevance

/llvm-project/polly/include/polly/Support/
H A DGICHelper.h380 assert(isl_ctx_get_max_operations(IslCtx) == 0 && "Incorrect nesting"); in IslQuotaScope()
396 assert(isl_ctx_get_max_operations(IslCtx) > 0 && "Incorrect nesting"); in ~IslQuotaScope()
453 assert(isl_ctx_get_max_operations(IslCtx) == 0 && in IslCtx()
/llvm-project/polly/lib/External/isl/include/isl/
H A Dctx.h175 unsigned long isl_ctx_get_max_operations(isl_ctx *ctx);
/llvm-project/polly/lib/External/isl/
H A Disl_ctx.c397 unsigned long isl_ctx_get_max_operations(isl_ctx *ctx) in isl_ctx_get_max_operations() function
/llvm-project/polly/unittests/Isl/
H A DIslTest.cpp1119 ASSERT_EQ(isl_ctx_get_max_operations(Ctx.get()), 1ul); in TEST()
1160 ASSERT_EQ(isl_ctx_get_max_operations(Ctx.get()), 0ul); in TEST()
/llvm-project/polly/lib/External/isl/doc/
H A Duser.pod582 unsigned long isl_ctx_get_max_operations(isl_ctx *ctx);