Home
last modified time | relevance | path

Searched refs:MaxOps (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp59 MaxOps("polly-optree-max-ops", variable
1035 IslMaxOperationsGuard MaxOpGuard(S.getIslCtx().get(), MaxOps, false); in runForwardOpTree()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h542 unsigned MaxOps; in getUnrollingPreferences() local
545 MaxOps = PartialUnrollingThreshold; in getUnrollingPreferences()
547 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize; in getUnrollingPreferences()
577 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()