Lines Matching refs:InsertBot
506 Loop *L, unsigned IterNumber, BasicBlock *InsertTop, BasicBlock *InsertBot, in cloneLoopBlocks() argument
576 LatchBR->setSuccessor(idx, InsertBot); in cloneLoopBlocks()
580 DT->changeImmediateDominator(InsertBot, NewLatch); in cloneLoopBlocks()
761 BasicBlock *InsertBot = in peelLoop() local
764 SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI); in peelLoop()
767 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()
789 cloneLoopBlocks(L, Iter, InsertTop, InsertBot, ExitEdges, NewBlocks, in peelLoop()
811 updateBranchWeights(InsertBot, LatchBRCopy, ExitWeight, FallThroughWeight); in peelLoop()
816 InsertTop = InsertBot; in peelLoop()
817 InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI); in peelLoop()
818 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()