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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp292 /// If CreateRemainderLoop is false, loop structure will not be cloned,
298 /// Return the new cloned loop that is created when CreateRemainderLoop is true.
300 CloneLoopBlocks(Loop *L, Value *NewIter, const bool CreateRemainderLoop, argument
315 if (!CreateRemainderLoop)
327 if (CreateRemainderLoop || LI->getLoopFor(*BB) != L || ParentLoop)
349 // For the last block, if CreateRemainderLoop is false, create a direct
355 if (!CreateRemainderLoop) {
378 if (!CreateRemainderLoop) {
398 if (CreateRemainderLoop) {
780 bool CreateRemainderLoop local
[all...]

Completed in 51 milliseconds