Searched refs:UseEpilogRemainder (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollRuntime.cpp | 338 CloneLoopBlocks(Loop *L, Value *NewIter, const bool UseEpilogRemainder, in CloneLoopBlocks() argument 345 StringRef suffix = UseEpilogRemainder ? "epil" : "prol"; in CloneLoopBlocks() 466 bool UseEpilogRemainder) { in canProfitablyRuntimeUnrollMultiExitLoop() argument 579 bool UseEpilogRemainder, bool UnrollRemainder, bool ForgetAllSCEV, in UnrollRuntimeLoopRemainder() argument 586 LLVM_DEBUG(UseEpilogRemainder ? dbgs() << "Using epilog remainder.\n" in UnrollRuntimeLoopRemainder() 641 UseEpilogRemainder)) { in UnrollRuntimeLoopRemainder() 709 if (UseEpilogRemainder) { in UnrollRuntimeLoopRemainder() 794 UseEpilogRemainder ? B.CreateICmpULT(BECount, in UnrollRuntimeLoopRemainder() 798 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder() 799 BasicBlock *UnrollingLoop = UseEpilogRemainder ? NewPreHeader : PrologExit; in UnrollRuntimeLoopRemainder() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 95 bool UseEpilogRemainder, bool UnrollRemainder, bool ForgetAllSCEV,
|