Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp469 Loop *RemainderLoop, in updateLatchBranchWeightsForRemainderLoop() argument
481 BasicBlock *Header = RemainderLoop->getHeader(); in updateLatchBranchWeightsForRemainderLoop()
482 BasicBlock *Latch = RemainderLoop->getLoopLatch(); in updateLatchBranchWeightsForRemainderLoop()
774 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() local
777 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop); in UnrollRuntimeLoopRemainder()
H A DLoopUnroll.cpp274 bool PreserveLCSSA, Loop **RemainderLoop) { in UnrollLoop() argument
416 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
H A DLoopUtils.cpp1473 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument
1475 assert(UnrolledLoop != RemainderLoop && in setProfileInfoAfterUnrolling()
1492 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h82 Loop **RemainderLoop = nullptr);
H A DLoopUtils.h472 Loop *RemainderLoop, uint64_t UF);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1313 Loop *RemainderLoop = nullptr; in tryToUnrollLoop() local
1318 LI, &SE, &DT, &AC, &TTI, &ORE, PreserveLCSSA, &RemainderLoop); in tryToUnrollLoop()
1322 if (RemainderLoop) { in tryToUnrollLoop()
1327 RemainderLoop->setLoopID(RemainderLoopID.value()); in tryToUnrollLoop()