Searched defs:MaxOpGuard (Results 1 – 7 of 7) sorted by relevance
/llvm-project/polly/lib/Transform/ |
H A D | ForwardOpTree.cpp | 206 IslMaxOperationsGuard &MaxOpGuard; member in __anon8f337d270111::ForwardOpTreeImpl 343 ForwardOpTreeImpl(Scop *S, LoopInfo *LI, IslMaxOperationsGuard &MaxOpGuard) in ForwardOpTreeImpl() 1037 IslMaxOperationsGuard MaxOpGuard(S.getIslCtx().get(), MaxOps, false); in runForwardOpTree() local
|
H A D | ScheduleOptimizer.cpp | 873 IslMaxOperationsGuard MaxOpGuard(Ctx, ScheduleComputeOut); in runIslScheduleOptimizer() local
|
H A D | DeLICM.cpp | 1202 IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), DelicmMaxOps); in computeZone() local
|
H A D | MatmulOptimizer.cpp | 1602 IslMaxOperationsGuard MaxOpGuard(Schedule.ctx().get(), OptComputeOut); in containsOnlyTcDeps() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | DependenceInfo.cpp | 371 IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), OptComputeOut); in calculateDependences() local
|
H A D | ScopBuilder.cpp | 3313 IslMaxOperationsGuard MaxOpGuard(scop->getIslCtx().get(), OptComputeOut); buildAliasGroups() local
|
/llvm-project/polly/unittests/Isl/ |
H A D | IslTest.cpp | 1117 IslMaxOperationsGuard MaxOpGuard(Ctx.get(), 1); in TEST() local
|