Searched refs:NextMBB (Results 1 – 3 of 3) sorted by relevance
67 MachineBasicBlock *NextMBB = llvm::next(MachineFunction::iterator(BotMBB)); in getBottomBlock() local68 while (contains(NextMBB)) { in getBottomBlock()69 BotMBB = NextMBB; in getBottomBlock()71 NextMBB = llvm::next(MachineFunction::iterator(BotMBB)); in getBottomBlock()
458 MachineBasicBlock* NextMBB,
1769 MachineBasicBlock* NextMBB, in visitBitTestCase() argument1811 addSuccessorWithWeight(SwitchBB, NextMBB, BranchWeightToNext); in visitBitTestCase()1824 if (NextMBB != NextBlock) in visitBitTestCase()1826 DAG.getBasicBlock(NextMBB)); in visitBitTestCase()