Searched refs:LocalMaxOps (Results 1 – 1 of 1) sorted by relevance
377 explicit IslQuotaScope(isl_ctx *IslCtx, unsigned long LocalMaxOps) in IslQuotaScope() argument381 if (LocalMaxOps == 0) { in IslQuotaScope()389 isl_ctx_set_max_operations(IslCtx, LocalMaxOps); in IslQuotaScope()433 unsigned long LocalMaxOps; variable449 IslMaxOperationsGuard(isl_ctx *IslCtx, unsigned long LocalMaxOps,451 : IslCtx(IslCtx), LocalMaxOps(LocalMaxOps) { in IslCtx()462 if (LocalMaxOps == 0) { in IslCtx()478 return AllowReturnNull && IslCtx ? IslQuotaScope(IslCtx, LocalMaxOps)