Searched refs:DeadOrKillToUnset (Results 1 – 1 of 1) sorted by relevance
142 MachineOperand *DeadOrKillToUnset = nullptr; in removeRedundantLIs() local144 DeadOrKillToUnset = &BBI->getOperand(0); in removeRedundantLIs()145 LLVM_DEBUG(dbgs() << " Kill flag of " << *DeadOrKillToUnset in removeRedundantLIs()168 DeadOrKillToUnset = &AfterBBI->getOperand(KillIdx); in removeRedundantLIs()191 if (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()[all …]