Lines Matching refs:InsertBot
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()
877 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()