Lines Matching refs:MaxOpGuard
205 IslMaxOperationsGuard &MaxOpGuard; member in __anon533823240111::ForwardOpTreeImpl
342 ForwardOpTreeImpl(Scop *S, LoopInfo *LI, IslMaxOperationsGuard &MaxOpGuard) in ForwardOpTreeImpl() argument
343 : ZoneAlgorithm("polly-optree", S, LI), MaxOpGuard(MaxOpGuard) {} in ForwardOpTreeImpl()
355 IslQuotaScope QuotaScope = MaxOpGuard.enter(); in computeKnownValues()
462 MaxOpGuard.hasQuotaExceeded()) in forwardKnownLoad()
509 IslQuotaScope QuotaScope = MaxOpGuard.enter(); in forwardKnownLoad()
615 MaxOpGuard.hasQuotaExceeded()) in reloadKnownContent()
619 IslQuotaScope QuotaScope = MaxOpGuard.enter(); in reloadKnownContent()
1035 IslMaxOperationsGuard MaxOpGuard(S.getIslCtx().get(), MaxOps, false); in runForwardOpTree() local
1036 Impl = std::make_unique<ForwardOpTreeImpl>(&S, &LI, MaxOpGuard); in runForwardOpTree()
1046 if (MaxOpGuard.hasQuotaExceeded()) { in runForwardOpTree()