Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp751 Loop *L, unsigned IterNumber, BasicBlock *InsertTop, BasicBlock *InsertBot, in cloneLoopBlocks() argument
822 LatchTerm->setSuccessor(idx, InsertBot); in cloneLoopBlocks()
826 DT->changeImmediateDominator(InsertBot, NewLatch); in cloneLoopBlocks()
1001 BasicBlock *InsertBot = in peelLoop() local
1004 SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI); in peelLoop()
1007 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()
1028 cloneLoopBlocks(L, Iter, InsertTop, InsertBot, ExitEdges, NewBlocks, in peelLoop()
1055 InsertTop = InsertBot; in peelLoop()
1056 InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI); in peelLoop()
1057 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()
H A DLoopUnrollRuntime.cpp342 BasicBlock *InsertBot, BasicBlock *Preheader, in CloneLoopBlocks() argument
418 Builder.CreateCondBr(IdxCmp, FirstLoopBB, InsertBot, BranchWeights); in CloneLoopBlocks()
828 BasicBlock *InsertBot = UseEpilogRemainder ? LatchExit : PrologExit; in UnrollRuntimeLoopRemainder() local
831 L, ModVal, UseEpilogRemainder, UnrollRemainder, InsertTop, InsertBot, in UnrollRuntimeLoopRemainder()
835 F->splice(InsertBot->getIterator(), F, NewBlocks[0]->getIterator(), F->end()); in UnrollRuntimeLoopRemainder()