Searched refs:RemainderLoop (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollRuntime.cpp | 521 Loop *RemainderLoop, in updateLatchBranchWeightsForRemainderLoop() argument 532 BasicBlock *Header = RemainderLoop->getHeader(); in updateLatchBranchWeightsForRemainderLoop() 533 BasicBlock *Latch = RemainderLoop->getLoopLatch(); in updateLatchBranchWeightsForRemainderLoop() 788 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() local 791 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop); in UnrollRuntimeLoopRemainder()
|
| H A D | LoopUnroll.cpp | 287 bool PreserveLCSSA, Loop **RemainderLoop) { in UnrollLoop() argument 437 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
|
| H A D | LoopUtils.cpp | 1480 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument 1482 assert(UnrolledLoop != RemainderLoop && in setProfileInfoAfterUnrolling() 1499 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 87 Loop **RemainderLoop = nullptr);
|
| H A D | LoopUtils.h | 450 Loop *RemainderLoop, uint64_t UF);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 1163 Loop *RemainderLoop = nullptr; in tryToUnrollLoop() local 1169 LI, &SE, &DT, &AC, &TTI, &ORE, PreserveLCSSA, &RemainderLoop); in tryToUnrollLoop() 1173 if (RemainderLoop) { in tryToUnrollLoop() 1178 RemainderLoop->setLoopID(RemainderLoopID.getValue()); in tryToUnrollLoop()
|