Lines Matching defs:InsertBot
741 /// InsertBot.
751 Loop *L, unsigned IterNumber, BasicBlock *InsertTop, BasicBlock *InsertBot,
822 LatchTerm->setSuccessor(idx, InsertBot);
826 DT->changeImmediateDominator(InsertBot, NewLatch);
973 // InsertBot:
984 // InsertBot, and get:
989 // InsertBot:
992 // InsertBot.next:
1001 BasicBlock *InsertBot =
1004 SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI);
1007 InsertBot->setName(Header->getName() + ".peel.next");
1028 cloneLoopBlocks(L, Iter, InsertTop, InsertBot, ExitEdges, NewBlocks,
1055 InsertTop = InsertBot;
1056 InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI);
1057 InsertBot->setName(Header->getName() + ".peel.next");