Lines Matching refs:UseEpilogRemainder
270 const bool UseEpilogRemainder, in CloneLoopBlocks() argument
276 StringRef suffix = UseEpilogRemainder ? "epil" : "prol"; in CloneLoopBlocks()
341 if (UseEpilogRemainder) { in CloneLoopBlocks()
433 bool UseEpilogRemainder, in UnrollRuntimeLoopRemainder() argument
503 if (UseEpilogRemainder) { in UnrollRuntimeLoopRemainder()
579 UseEpilogRemainder ? B.CreateICmpULT(BECount, in UnrollRuntimeLoopRemainder()
583 BasicBlock *RemainderLoop = UseEpilogRemainder ? NewExit : PrologPreHeader; in UnrollRuntimeLoopRemainder()
584 BasicBlock *UnrollingLoop = UseEpilogRemainder ? NewPreHeader : PrologExit; in UnrollRuntimeLoopRemainder()
609 BasicBlock *InsertBot = UseEpilogRemainder ? Exit : PrologExit; in UnrollRuntimeLoopRemainder()
610 BasicBlock *InsertTop = UseEpilogRemainder ? EpilogPreHeader : PrologPreHeader; in UnrollRuntimeLoopRemainder()
611 CloneLoopBlocks(L, ModVal, CreateRemainderLoop, UseEpilogRemainder, InsertTop, in UnrollRuntimeLoopRemainder()
644 if (UseEpilogRemainder) { in UnrollRuntimeLoopRemainder()