Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp470 Loop *RemainderLoop, in updateLatchBranchWeightsForRemainderLoop() argument
482 BasicBlock *Header = RemainderLoop->getHeader(); in updateLatchBranchWeightsForRemainderLoop()
483 BasicBlock *Latch = RemainderLoop->getLoopLatch(); in updateLatchBranchWeightsForRemainderLoop()
775 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() local
778 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop); in UnrollRuntimeLoopRemainder()
H A DLoopUnroll.cpp274 bool PreserveLCSSA, Loop **RemainderLoop) { in UnrollLoop() argument
417 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
H A DLoopUtils.cpp1472 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument
1474 assert(UnrolledLoop != RemainderLoop && in setProfileInfoAfterUnrolling()
1491 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h82 Loop **RemainderLoop = nullptr);
H A DLoopUtils.h471 Loop *RemainderLoop, uint64_t UF);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1318 Loop *RemainderLoop = nullptr; in tryToUnrollLoop() local
1323 LI, &SE, &DT, &AC, &TTI, &ORE, PreserveLCSSA, &RemainderLoop); in tryToUnrollLoop()
1327 if (RemainderLoop) { in tryToUnrollLoop()
1332 RemainderLoop->setLoopID(*RemainderLoopID); in tryToUnrollLoop()