Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp794 Loop *remainderLoop = CloneLoopBlocks( in UnrollRuntimeLoopRemainder() local
945 if (remainderLoop) in UnrollRuntimeLoopRemainder()
946 formDedicatedExitBlocks(remainderLoop, DT, LI, PreserveLCSSA); in UnrollRuntimeLoopRemainder()
950 if (remainderLoop && UnrollRemainder) { in UnrollRuntimeLoopRemainder()
953 UnrollLoop(remainderLoop, /*Count*/ Count - 1, /*TripCount*/ Count - 1, in UnrollRuntimeLoopRemainder()
962 *ResultLoop = remainderLoop; in UnrollRuntimeLoopRemainder()