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