Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp300 CloneLoopBlocks(Loop *L, Value *NewIter, const bool CreateRemainderLoop, in CloneLoopBlocks() argument
315 if (!CreateRemainderLoop) in CloneLoopBlocks()
327 if (CreateRemainderLoop || LI->getLoopFor(*BB) != L || ParentLoop) in CloneLoopBlocks()
355 if (!CreateRemainderLoop) { in CloneLoopBlocks()
378 if (!CreateRemainderLoop) { in CloneLoopBlocks()
398 if (CreateRemainderLoop) { in CloneLoopBlocks()
780 bool CreateRemainderLoop = (Count != 2); in UnrollRuntimeLoopRemainder() local
788 L, ModVal, CreateRemainderLoop, UseEpilogRemainder, UnrollRemainder, in UnrollRuntimeLoopRemainder()