Lines Matching refs:InsertBot
836 BasicBlock *InsertBot, BasicBlock *OrigPreHeader, in cloneLoopBlocks() argument
906 LatchTerm->setSuccessor(0, InsertBot); in cloneLoopBlocks()
907 LatchTerm->setSuccessor(1, InsertBot); in cloneLoopBlocks()
915 LatchTerm->setSuccessor(idx, InsertBot); in cloneLoopBlocks()
921 DT->changeImmediateDominator(InsertBot, NewLatch); in cloneLoopBlocks()
1076 BasicBlock *InsertBot; in peelLoop() local
1111 InsertBot = SplitBlock(InsertTop, InsertTop->getTerminator(), &DT, LI); in peelLoop()
1114 InsertBot->setName(Exit->getName() + ".peel.next"); in peelLoop()
1183 InsertBot = SplitBlock(InsertTop, InsertTop->getTerminator(), &DT, LI); in peelLoop()
1184 NewPreHeader = SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI); in peelLoop()
1187 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()
1209 cloneLoopBlocks(L, Iter, PeelLast, InsertTop, InsertBot, in peelLoop()
1254 InsertTop = InsertBot; in peelLoop()
1255 InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI); in peelLoop()
1256 InsertBot->setName(Header->getName() + ".peel.next"); in peelLoop()