Searched refs:NewCMOV (Results 1 – 1 of 1) sorted by relevance
776 auto *NewCMOV = NewMIs.pop_back_val(); in convertCmovInstsToBranches() local777 assert(X86::getCondFromCMovOpc(NewCMOV->getOpcode()) == OppCC && in convertCmovInstsToBranches()779 LLVM_DEBUG(dbgs() << "\tRewritten cmov: "; NewCMOV->dump()); in convertCmovInstsToBranches()780 MBB->insert(MachineBasicBlock::iterator(MI), NewCMOV); in convertCmovInstsToBranches()782 MIItBegin = MachineBasicBlock::iterator(NewCMOV); in convertCmovInstsToBranches()810 FalseBBRegRewriteTable[NewCMOV->getOperand(0).getReg()] = TmpReg; in convertCmovInstsToBranches()