Searched refs:UseEpilogRemainder (Results 1 – 2 of 2) sorted by relevance
270 const bool UseEpilogRemainder, in CloneLoopBlocks() argument276 StringRef suffix = UseEpilogRemainder ? "epil" : "prol"; in CloneLoopBlocks()341 if (UseEpilogRemainder) { in CloneLoopBlocks()433 bool UseEpilogRemainder, in UnrollRuntimeLoopRemainder() argument503 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()[all …]
39 bool UseEpilogRemainder, LoopInfo *LI,