Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp64 MachineBasicBlock *BotMBB = getHeader(); in getBottomBlock() local
65 MachineFunction::iterator End = BotMBB->getParent()->end(); in getBottomBlock()
66 if (BotMBB != std::prev(End)) { in getBottomBlock()
67 MachineBasicBlock *NextMBB = std::next(MachineFunction::iterator(BotMBB)); in getBottomBlock()
69 BotMBB = NextMBB; in getBottomBlock()
70 if (BotMBB == std::next(MachineFunction::iterator(BotMBB))) break; in getBottomBlock()
71 NextMBB = std::next(MachineFunction::iterator(BotMBB)); in getBottomBlock()
74 return BotMBB; in getBottomBlock()