Home
last modified time | relevance | path

Searched refs:BotMBB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp105 MachineBasicBlock *BotMBB = getHeader(); in getBottomBlock() local
106 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()