Lines Matching defs:InsertBot
739 /// InsertBot.
749 Loop *L, unsigned IterNumber, BasicBlock *InsertTop, BasicBlock *InsertBot,
820 LatchTerm->setSuccessor(idx, InsertBot);
824 DT->changeImmediateDominator(InsertBot, NewLatch);
971 // InsertBot:
982 // InsertBot, and get:
987 // InsertBot:
990 // InsertBot.next:
999 BasicBlock *InsertBot =
1002 SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI);
1005 InsertBot->setName(Header->getName() + ".peel.next");
1026 cloneLoopBlocks(L, Iter, InsertTop, InsertBot, ExitEdges, NewBlocks,
1053 InsertTop = InsertBot;
1054 InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), &DT, LI);
1055 InsertBot->setName(Header->getName() + ".peel.next");