Searched refs:BotMBB (Results 1 – 1 of 1) sorted by relevance
67 MachineBasicBlock *BotMBB = getHeader(); in getBottomBlock() local68 MachineFunction::iterator End = BotMBB->getParent()->end(); in getBottomBlock()69 if (BotMBB->getIterator() != std::prev(End)) { in getBottomBlock()70 MachineBasicBlock *NextMBB = &*std::next(BotMBB->getIterator()); in getBottomBlock()72 BotMBB = NextMBB; in getBottomBlock()73 if (BotMBB == &*std::next(BotMBB->getIterator())) in getBottomBlock()75 NextMBB = &*std::next(BotMBB->getIterator()); in getBottomBlock()78 return BotMBB; in getBottomBlock()