Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp788 auto *NewCMOV = NewMIs.pop_back_val(); in convertCmovInstsToBranches() local
789 assert(X86::getCondFromCMov(*NewCMOV) == OppCC && in convertCmovInstsToBranches()
791 LLVM_DEBUG(dbgs() << "\tRewritten cmov: "; NewCMOV->dump()); in convertCmovInstsToBranches()
792 MBB->insert(MachineBasicBlock::iterator(MI), NewCMOV); in convertCmovInstsToBranches()
794 MIItBegin = MachineBasicBlock::iterator(NewCMOV); in convertCmovInstsToBranches()
797 NewCMOV->setDebugInstrNum(OldDebugInstrNum); in convertCmovInstsToBranches()
824 FalseBBRegRewriteTable[NewCMOV->getOperand(0).getReg()] = TmpReg; in convertCmovInstsToBranches()