Searched refs:BotMBB (Results 1 – 1 of 1) sorted by relevance
77 MachineBasicBlock *BotMBB = getHeader(); in getBottomBlock() local78 MachineFunction::iterator End = BotMBB->getParent()->end(); in getBottomBlock()79 if (BotMBB->getIterator() != std::prev(End)) { in getBottomBlock()80 MachineBasicBlock *NextMBB = &*std::next(BotMBB->getIterator()); in getBottomBlock()82 BotMBB = NextMBB; in getBottomBlock()83 if (BotMBB == &*std::next(BotMBB->getIterator())) in getBottomBlock()85 NextMBB = &*std::next(BotMBB->getIterator()); in getBottomBlock()88 return BotMBB; in getBottomBlock()