Searched refs:MaxOpGuard (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/lib/Transform/ |
D | ForwardOpTree.cpp | 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() [all …]
|
D | DeLICM.cpp | 1195 IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), DelicmMaxOps); in computeZone() local
|
/external/llvm-project/polly/lib/Analysis/ |
D | DependenceInfo.cpp | 371 IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), OptComputeOut); in calculateDependences() local
|
D | ScopBuilder.cpp | 3445 IslMaxOperationsGuard MaxOpGuard(scop->getIslCtx().get(), OptComputeOut); in buildAliasGroups() local
|