Lines Matching refs:DeadOrKillToUnset
142 MachineOperand *DeadOrKillToUnset = nullptr; in removeRedundantLIs() local
144 DeadOrKillToUnset = &BBI->getOperand(0); in removeRedundantLIs()
145 LLVM_DEBUG(dbgs() << " Kill flag of " << *DeadOrKillToUnset in removeRedundantLIs()
167 assert(!DeadOrKillToUnset && "Shouldn't kill same register twice"); in removeRedundantLIs()
168 DeadOrKillToUnset = &AfterBBI->getOperand(KillIdx); in removeRedundantLIs()
170 << " Kill flag of " << *DeadOrKillToUnset << " from " in removeRedundantLIs()
191 if (DeadOrKillToUnset) { in removeRedundantLIs()
193 << " Unset dead/kill flag of " << *DeadOrKillToUnset in removeRedundantLIs()
194 << " from " << *DeadOrKillToUnset->getParent()); in removeRedundantLIs()
195 if (DeadOrKillToUnset->isDef()) in removeRedundantLIs()
196 DeadOrKillToUnset->setIsDead(false); in removeRedundantLIs()
198 DeadOrKillToUnset->setIsKill(false); in removeRedundantLIs()
200 DeadOrKillToUnset = in removeRedundantLIs()
202 if (DeadOrKillToUnset) in removeRedundantLIs()
204 << " Dead flag of " << *DeadOrKillToUnset << " from " in removeRedundantLIs()