Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp77 MachineBasicBlock *BotMBB = getHeader(); in getBottomBlock() local
78 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()