Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h82 Loop **RemainderLoop = nullptr);
H A DLoopUtils.h486 Loop *RemainderLoop, uint64_t UF);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1302 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 DLoopUnroll.cpp300 bool PreserveLCSSA, Loop **RemainderLoop) { in UnrollLoop() argument
446 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
H A DLoopUnrollRuntime.cpp794 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() local
803 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop, BranchWeights); in UnrollRuntimeLoopRemainder()
H A DLoopUtils.cpp1557 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument
1559 assert(UnrolledLoop != RemainderLoop && in setProfileInfoAfterUnrolling()
1576 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()