Searched refs:RemainderLoop (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 264 bool PreserveLCSSA, Loop **RemainderLoop) { in UnrollLoop() argument 406 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
|
| H A D | LoopUtils.cpp | 1420 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument 1422 assert(UnrolledLoop != RemainderLoop && in setProfileInfoAfterUnrolling() 1439 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 81 Loop **RemainderLoop = nullptr);
|
| H A D | LoopUtils.h | 433 Loop *RemainderLoop, uint64_t UF);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 1208 Loop *RemainderLoop = nullptr; in tryToUnrollLoop() local 1213 LI, &SE, &DT, &AC, &TTI, &ORE, PreserveLCSSA, &RemainderLoop); in tryToUnrollLoop() 1217 if (RemainderLoop) { in tryToUnrollLoop() 1222 RemainderLoop->setLoopID(RemainderLoopID.getValue()); in tryToUnrollLoop()
|