Home
last modified time | relevance | path

Searched refs:UseEpilogRemainder (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp270 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()
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h39 bool UseEpilogRemainder, LoopInfo *LI,