Searched refs:RemainderLoop (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollRuntime.cpp | 470 Loop *RemainderLoop, in updateLatchBranchWeightsForRemainderLoop() argument 482 BasicBlock *Header = RemainderLoop->getHeader(); in updateLatchBranchWeightsForRemainderLoop() 483 BasicBlock *Latch = RemainderLoop->getLoopLatch(); in updateLatchBranchWeightsForRemainderLoop() 775 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() local 778 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop); in UnrollRuntimeLoopRemainder()
|
| H A D | LoopUnroll.cpp | 274 bool PreserveLCSSA, Loop **RemainderLoop) { in UnrollLoop() argument 417 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
|
| H A D | LoopUtils.cpp | 1472 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument 1474 assert(UnrolledLoop != RemainderLoop && in setProfileInfoAfterUnrolling() 1491 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 82 Loop **RemainderLoop = nullptr);
|
| H A D | LoopUtils.h | 471 Loop *RemainderLoop, uint64_t UF);
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 1318 Loop *RemainderLoop = nullptr; in tryToUnrollLoop() local 1323 LI, &SE, &DT, &AC, &TTI, &ORE, PreserveLCSSA, &RemainderLoop); in tryToUnrollLoop() 1327 if (RemainderLoop) { in tryToUnrollLoop() 1332 RemainderLoop->setLoopID(*RemainderLoopID); in tryToUnrollLoop()
|