Lines Matching refs:MaxOpGuard
205 IslMaxOperationsGuard &MaxOpGuard; member in __anon391836e40111::ForwardOpTreeImpl
339 ForwardOpTreeImpl(Scop *S, LoopInfo *LI, IslMaxOperationsGuard &MaxOpGuard) in ForwardOpTreeImpl() argument
340 : ZoneAlgorithm("polly-optree", S, LI), MaxOpGuard(MaxOpGuard) {} in ForwardOpTreeImpl()
352 IslQuotaScope QuotaScope = MaxOpGuard.enter(); in computeKnownValues()
459 MaxOpGuard.hasQuotaExceeded()) in forwardKnownLoad()
506 IslQuotaScope QuotaScope = MaxOpGuard.enter(); in forwardKnownLoad()
612 MaxOpGuard.hasQuotaExceeded()) in reloadKnownContent()
616 IslQuotaScope QuotaScope = MaxOpGuard.enter(); in reloadKnownContent()
1059 IslMaxOperationsGuard MaxOpGuard(S.getIslCtx().get(), MaxOps, false); in runOnScop() local
1060 Impl = std::make_unique<ForwardOpTreeImpl>(&S, &LI, MaxOpGuard); in runOnScop()
1070 if (MaxOpGuard.hasQuotaExceeded()) { in runOnScop()