Searched refs:RemainderLoop (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollRuntime.cpp | 469 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 D | LoopUnroll.cpp | 274 bool PreserveLCSSA, Loop **RemainderLoop) { in UnrollLoop() argument 416 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
|
| H A D | LoopUtils.cpp | 1473 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 D | UnrollLoop.h | 82 Loop **RemainderLoop = nullptr);
|
| H A D | LoopUtils.h | 472 Loop *RemainderLoop, uint64_t UF);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 1313 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()
|