Searched refs:RemainderLoop (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 82 Loop **RemainderLoop = nullptr);
|
| H A D | LoopUtils.h | 486 Loop *RemainderLoop, uint64_t UF);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 1302 Loop *RemainderLoop = nullptr; in tryToUnrollLoop() local 1307 LI, &SE, &DT, &AC, &TTI, &ORE, PreserveLCSSA, &RemainderLoop); in tryToUnrollLoop() 1311 if (RemainderLoop) { in tryToUnrollLoop() 1316 RemainderLoop->setLoopID(*RemainderLoopID); in tryToUnrollLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 300 bool PreserveLCSSA, Loop **RemainderLoop) { in UnrollLoop() argument 446 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
|
| H A D | LoopUnrollRuntime.cpp | 794 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() local 803 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop, BranchWeights); in UnrollRuntimeLoopRemainder()
|
| H A D | LoopUtils.cpp | 1557 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument 1559 assert(UnrolledLoop != RemainderLoop && in setProfileInfoAfterUnrolling() 1576 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()
|