Searched refs:CreateRemainderLoop (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 283 CloneLoopBlocks(Loop *L, Value *NewIter, const bool CreateRemainderLoop, in CloneLoopBlocks() argument 298 if (!CreateRemainderLoop) in CloneLoopBlocks() 310 if (CreateRemainderLoop || LI->getLoopFor(*BB) != L || ParentLoop) in CloneLoopBlocks() 338 if (!CreateRemainderLoop) { in CloneLoopBlocks() 361 if (!CreateRemainderLoop) { in CloneLoopBlocks() 381 if (CreateRemainderLoop) { in CloneLoopBlocks() 744 bool CreateRemainderLoop = (Count != 2); in UnrollRuntimeLoopRemainder() local 752 L, ModVal, CreateRemainderLoop, UseEpilogRemainder, UnrollRemainder, in UnrollRuntimeLoopRemainder()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 269 const bool CreateRemainderLoop, in CloneLoopBlocks() argument 284 if (CreateRemainderLoop) { in CloneLoopBlocks() 317 if (!CreateRemainderLoop) { in CloneLoopBlocks() 340 if (!CreateRemainderLoop) { in CloneLoopBlocks() 604 bool CreateRemainderLoop = (Count != 2); in UnrollRuntimeLoopRemainder() local 611 CloneLoopBlocks(L, ModVal, CreateRemainderLoop, UseEpilogRemainder, InsertTop, in UnrollRuntimeLoopRemainder()
|