Searched refs:UseEpilogRemainder (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollRuntime.cpp | 339 CloneLoopBlocks(Loop *L, Value *NewIter, const bool UseEpilogRemainder, in CloneLoopBlocks() argument 346 StringRef suffix = UseEpilogRemainder ? "epil" : "prol"; in CloneLoopBlocks() 467 bool UseEpilogRemainder) { in canProfitablyUnrollMultiExitLoop() argument 584 bool UseEpilogRemainder, bool UnrollRemainder, bool ForgetAllSCEV, in UnrollRuntimeLoopRemainder() argument 589 LLVM_DEBUG(UseEpilogRemainder ? dbgs() << "Using epilog remainder.\n" in UnrollRuntimeLoopRemainder() 636 UseEpilogRemainder)) { in UnrollRuntimeLoopRemainder() 705 if (UseEpilogRemainder) { in UnrollRuntimeLoopRemainder() 790 UseEpilogRemainder ? B.CreateICmpULT(BECount, in UnrollRuntimeLoopRemainder() 794 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() 795 BasicBlock *UnrollingLoop = UseEpilogRemainder ? NewPreHeader : PrologExit; in UnrollRuntimeLoopRemainder() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | UnrollLoop.h | 90 bool UseEpilogRemainder, bool UnrollRemainder, bool ForgetAllSCEV,
|