Lines Matching refs:DeadOrKillToUnset
148 MachineOperand *DeadOrKillToUnset = nullptr; in removeRedundantLIs() local
150 DeadOrKillToUnset = &BBI->getOperand(0); in removeRedundantLIs()
151 LLVM_DEBUG(dbgs() << " Kill flag of " << *DeadOrKillToUnset in removeRedundantLIs()
173 assert(!DeadOrKillToUnset && "Shouldn't kill same register twice"); in removeRedundantLIs()
174 DeadOrKillToUnset = &AfterBBI->getOperand(KillIdx); in removeRedundantLIs()
176 << " Kill flag of " << *DeadOrKillToUnset << " from " in removeRedundantLIs()
197 if (DeadOrKillToUnset) { in removeRedundantLIs()
199 << " Unset dead/kill flag of " << *DeadOrKillToUnset in removeRedundantLIs()
200 << " from " << *DeadOrKillToUnset->getParent()); in removeRedundantLIs()
201 if (DeadOrKillToUnset->isDef()) in removeRedundantLIs()
202 DeadOrKillToUnset->setIsDead(false); in removeRedundantLIs()
204 DeadOrKillToUnset->setIsKill(false); in removeRedundantLIs()
206 DeadOrKillToUnset = in removeRedundantLIs()
208 if (DeadOrKillToUnset) in removeRedundantLIs()
210 << " Dead flag of " << *DeadOrKillToUnset << " from " in removeRedundantLIs()