Lines Matching refs:DeadOrKillToUnset
147 MachineOperand *DeadOrKillToUnset = nullptr; in removeRedundantLIs() local
149 DeadOrKillToUnset = &BBI->getOperand(0); in removeRedundantLIs()
150 LLVM_DEBUG(dbgs() << " Kill flag of " << *DeadOrKillToUnset in removeRedundantLIs()
172 assert(!DeadOrKillToUnset && "Shouldn't kill same register twice"); in removeRedundantLIs()
173 DeadOrKillToUnset = &AfterBBI->getOperand(KillIdx); in removeRedundantLIs()
175 << " Kill flag of " << *DeadOrKillToUnset << " from " in removeRedundantLIs()
196 if (DeadOrKillToUnset) { in removeRedundantLIs()
198 << " Unset dead/kill flag of " << *DeadOrKillToUnset in removeRedundantLIs()
199 << " from " << *DeadOrKillToUnset->getParent()); in removeRedundantLIs()
200 if (DeadOrKillToUnset->isDef()) in removeRedundantLIs()
201 DeadOrKillToUnset->setIsDead(false); in removeRedundantLIs()
203 DeadOrKillToUnset->setIsKill(false); in removeRedundantLIs()
205 DeadOrKillToUnset = in removeRedundantLIs()
207 if (DeadOrKillToUnset) in removeRedundantLIs()
209 << " Dead flag of " << *DeadOrKillToUnset << " from " in removeRedundantLIs()