Searched refs:BotMBB (Results 1 – 1 of 1) sorted by relevance
105 MachineBasicBlock *BotMBB = getHeader(); in getBottomBlock() local106 MachineFunction::iterator End = BotMBB->getParent()->end(); in getBottomBlock()107 if (BotMBB->getIterator() != std::prev(End)) { in getBottomBlock()108 MachineBasicBlock *NextMBB = &*std::next(BotMBB->getIterator()); in getBottomBlock()110 BotMBB = NextMBB; in getBottomBlock()111 if (BotMBB == &*std::next(BotMBB->getIterator())) in getBottomBlock()113 NextMBB = &*std::next(BotMBB->getIterator()); in getBottomBlock()116 return BotMBB; in getBottomBlock()