Searched refs:RemainderLoop (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | UnrollLoop.h | 85 Loop **RemainderLoop = nullptr,
|
H A D | LoopUtils.h | 502 Loop *RemainderLoop, uint64_t UF);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 1344 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 D | LoopUnrollRuntime.cpp | 794 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() local 803 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop, BranchWeights); in UnrollRuntimeLoopRemainder()
|
H A D | LoopUnroll.cpp | 463 bool PreserveLCSSA, Loop **RemainderLoop, AAResults *AA) { in UnrollLoop() argument 598 PreserveLCSSA, RemainderLoop)) { in UnrollLoop()
|
H A D | LoopUtils.cpp | 1702 Loop *RemainderLoop, uint64_t UF) { in setProfileInfoAfterUnrolling() argument 1704 assert(UnrolledLoop != RemainderLoop && in setProfileInfoAfterUnrolling() 1721 setLoopEstimatedTripCount(RemainderLoop, RemainderAverageTripCount, in setProfileInfoAfterUnrolling()
|