Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp521 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 DLoopUnroll.cpp287 bool PreserveLCSSA, Loop **RemainderLoop) { in UnrollLoop() argument
437 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
H A DLoopUtils.cpp1480 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 DUnrollLoop.h87 Loop **RemainderLoop = nullptr);
H A DLoopUtils.h450 Loop *RemainderLoop, uint64_t UF);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1163 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()