Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp711 Loop *L, unsigned IterNumber, BasicBlock *InsertTop, BasicBlock *InsertBot, in cloneLoopBlocks() argument
782 LatchTerm->setSuccessor(idx, InsertBot); in cloneLoopBlocks()
786 DT->changeImmediateDominator(InsertBot, NewLatch); in cloneLoopBlocks()
961 BasicBlock *InsertBot = in peelLoop() local
964 SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI); in peelLoop()
967 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()
988 cloneLoopBlocks(L, Iter, InsertTop, InsertBot, ExitEdges, NewBlocks, in peelLoop()
1015 InsertTop = InsertBot; in peelLoop()
1016 InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI); in peelLoop()
1017 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()