Searched refs:InsertBot (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 576 Loop *L, unsigned IterNumber, BasicBlock *InsertTop, BasicBlock *InsertBot, in cloneLoopBlocks() argument 647 LatchBR->setSuccessor(idx, InsertBot); in cloneLoopBlocks() 651 DT->changeImmediateDominator(InsertBot, NewLatch); in cloneLoopBlocks() 824 BasicBlock *InsertBot = in peelLoop() local 827 SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI); in peelLoop() 830 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop() 852 cloneLoopBlocks(L, Iter, InsertTop, InsertBot, ExitEdges, NewBlocks, in peelLoop() 870 updateBranchWeights(InsertBot, LatchBRCopy, ExitWeight, FallThroughWeight); in peelLoop() 875 InsertTop = InsertBot; in peelLoop() 876 InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI); in peelLoop() [all …]
|
| H A D | LoopUnrollRuntime.cpp | 317 BasicBlock *InsertBot, BasicBlock *Preheader, in CloneLoopBlocks() argument 372 Builder.CreateCondBr(IdxCmp, FirstLoopBB, InsertBot); in CloneLoopBlocks() 802 BasicBlock *InsertBot = UseEpilogRemainder ? LatchExit : PrologExit; in UnrollRuntimeLoopRemainder() local 805 L, ModVal, UseEpilogRemainder, UnrollRemainder, InsertTop, InsertBot, in UnrollRuntimeLoopRemainder() 814 F->getBasicBlockList().splice(InsertBot->getIterator(), in UnrollRuntimeLoopRemainder()
|