Searched refs:destMBB (Results 1 – 3 of 3) sorted by relevance
6209 MachineBasicBlock *destMBB = MI->getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter() local6210 MachineBasicBlock *exitMBB = OtherSucc(BB, destMBB); in EmitInstrWithCustomInserter()6212 std::swap(destMBB, exitMBB); in EmitInstrWithCustomInserter()6215 .addMBB(destMBB).addImm(ARMCC::EQ).addReg(ARM::CPSR); in EmitInstrWithCustomInserter()
8374 MachineBasicBlock *destMBB = MI.getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter() local8375 MachineBasicBlock *exitMBB = OtherSucc(BB, destMBB); in EmitInstrWithCustomInserter()8377 std::swap(destMBB, exitMBB); in EmitInstrWithCustomInserter()8380 .addMBB(destMBB).addImm(ARMCC::EQ).addReg(ARM::CPSR); in EmitInstrWithCustomInserter()
9412 MachineBasicBlock *destMBB = MI.getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter() local9413 MachineBasicBlock *exitMBB = OtherSucc(BB, destMBB); in EmitInstrWithCustomInserter()9415 std::swap(destMBB, exitMBB); in EmitInstrWithCustomInserter()9418 .addMBB(destMBB).addImm(ARMCC::EQ).addReg(ARM::CPSR); in EmitInstrWithCustomInserter()