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