Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h85 Loop **RemainderLoop = nullptr,
H A DLoopUtils.h502 Loop *RemainderLoop, uint64_t UF);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1344 Loop *RemainderLoop = nullptr; in tryToUnrollLoop() local
1354 L, ULO, LI, &SE, &DT, &AC, &TTI, &ORE, PreserveLCSSA, &RemainderLoop, AA); in tryToUnrollLoop()
1358 if (RemainderLoop) { in tryToUnrollLoop()
1363 RemainderLoop->setLoopID(*RemainderLoopID); in tryToUnrollLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp794 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() local
803 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop, BranchWeights); in UnrollRuntimeLoopRemainder()
H A DLoopUnroll.cpp463 bool PreserveLCSSA, Loop **RemainderLoop, AAResults *AA) { in UnrollLoop() argument
598 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
H A DLoopUtils.cpp1702 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument
1704 assert(UnrolledLoop != RemainderLoop && in setProfileInfoAfterUnrolling()
1721 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()