Home
last modified time | relevance | path

Searched defs:MaxOpGuard (Results 1 – 7 of 7) sorted by relevance

/llvm-project/polly/lib/Transform/
H A DForwardOpTree.cpp206 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 DScheduleOptimizer.cpp873 IslMaxOperationsGuard MaxOpGuard(Ctx, ScheduleComputeOut); in runIslScheduleOptimizer() local
H A DDeLICM.cpp1202 IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), DelicmMaxOps); in computeZone() local
H A DMatmulOptimizer.cpp1602 IslMaxOperationsGuard MaxOpGuard(Schedule.ctx().get(), OptComputeOut); in containsOnlyTcDeps() local
/llvm-project/polly/lib/Analysis/
H A DDependenceInfo.cpp371 IslMaxOperationsGuard MaxOpGuard(IslCtx.get(), OptComputeOut); in calculateDependences() local
H A DScopBuilder.cpp3313 IslMaxOperationsGuard MaxOpGuard(scop->getIslCtx().get(), OptComputeOut); buildAliasGroups() local
/llvm-project/polly/unittests/Isl/
H A DIslTest.cpp1117 IslMaxOperationsGuard MaxOpGuard(Ctx.get(), 1); in TEST() local