Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp301 CloneLoopBlocks(Loop *L, Value *NewIter, const bool CreateRemainderLoop, in CloneLoopBlocks() argument
316 if (!CreateRemainderLoop) in CloneLoopBlocks()
328 if (CreateRemainderLoop || LI->getLoopFor(*BB) != L || ParentLoop) in CloneLoopBlocks()
356 if (!CreateRemainderLoop) { in CloneLoopBlocks()
379 if (!CreateRemainderLoop) { in CloneLoopBlocks()
399 if (CreateRemainderLoop) { in CloneLoopBlocks()
787 bool CreateRemainderLoop = (Count != 2); in UnrollRuntimeLoopRemainder() local
795 L, ModVal, CreateRemainderLoop, UseEpilogRemainder, UnrollRemainder, in UnrollRuntimeLoopRemainder()