Lines Matching refs:InsertBot
396 BasicBlock *InsertBot, BasicBlock *Exit, in cloneLoopBlocks() argument
447 LatchBR->setSuccessor(HeaderIdx, InsertBot); in cloneLoopBlocks()
450 DT->changeImmediateDominator(InsertBot, NewLatch); in cloneLoopBlocks()
565 BasicBlock *InsertBot = in peelLoop() local
568 SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI); in peelLoop()
571 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()
605 cloneLoopBlocks(L, Iter, InsertTop, InsertBot, Exit, in peelLoop()
624 updateBranchWeights(InsertBot, LatchBRCopy, Iter, in peelLoop()
630 InsertTop = InsertBot; in peelLoop()
631 InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI); in peelLoop()
632 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()