Searched refs:RemainderLoop (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 84 bool PreserveLCSSA, Loop **RemainderLoop = nullptr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 1134 Loop *RemainderLoop = nullptr; in tryToUnrollLoop() local 1140 LI, &SE, &DT, &AC, &ORE, PreserveLCSSA, &RemainderLoop); in tryToUnrollLoop() 1144 if (RemainderLoop) { in tryToUnrollLoop() 1149 RemainderLoop->setLoopID(RemainderLoopID.getValue()); in tryToUnrollLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 753 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() local 756 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop); in UnrollRuntimeLoopRemainder()
|
D | LoopUnroll.cpp | 281 bool PreserveLCSSA, Loop **RemainderLoop) { in UnrollLoop() argument 439 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
|