Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp822 Loop *remainderLoop = CloneLoopBlocks( in UnrollRuntimeLoopRemainder() local
829 if (remainderLoop && !UnrollRemainder) in UnrollRuntimeLoopRemainder()
830 updateLatchBranchWeightsForRemainderLoop(L, remainderLoop, Count); in UnrollRuntimeLoopRemainder()
978 if (remainderLoop) in UnrollRuntimeLoopRemainder()
979 formDedicatedExitBlocks(remainderLoop, DT, LI, nullptr, PreserveLCSSA); in UnrollRuntimeLoopRemainder()
983 if (remainderLoop && UnrollRemainder) { in UnrollRuntimeLoopRemainder()
986 UnrollLoop(remainderLoop, in UnrollRuntimeLoopRemainder()
996 *ResultLoop = remainderLoop; in UnrollRuntimeLoopRemainder()