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()
456 MachineBasicBlock* NextMBB,
1810 MachineBasicBlock* NextMBB, in visitBitTestCase() argument1853 addSuccessorWithWeight(SwitchBB, NextMBB, BranchWeightToNext); in visitBitTestCase()1866 if (NextMBB != NextBlock) in visitBitTestCase()1868 DAG.getBasicBlock(NextMBB)); in visitBitTestCase()