Searched refs:MaxOpGuard (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | ForwardOpTree.cpp | 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() [all …]
|
| H A D | DeLICM.cpp | 1200 IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), DelicmMaxOps); in computeZone() local
|
| /llvm-project-15.0.7/polly/unittests/Isl/ |
| H A D | IslTest.cpp | 1117 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 D | DependenceInfo.cpp | 370 IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), OptComputeOut); in calculateDependences() local
|
| H A D | ScopBuilder.cpp | 3262 IslMaxOperationsGuard MaxOpGuard(scop->getIslCtx().get(), OptComputeOut); in buildAliasGroups() local
|