Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp205 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()
[all …]
H A DDeLICM.cpp1200 IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), DelicmMaxOps); in computeZone() local
/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp1117 IslMaxOperationsGuard MaxOpGuard(Ctx.get(), 1); in TEST() local
1120 ASSERT_FALSE(MaxOpGuard.hasQuotaExceeded()); in TEST()
1126 ASSERT_TRUE(MaxOpGuard.hasQuotaExceeded()); in TEST()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp370 IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), OptComputeOut); in calculateDependences() local
H A DScopBuilder.cpp3262 IslMaxOperationsGuard MaxOpGuard(scop->getIslCtx().get(), OptComputeOut); in buildAliasGroups() local