Home
last modified time | relevance | path

Searched refs:DeadOrKillToUnset (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp147 MachineOperand *DeadOrKillToUnset = nullptr; in removeRedundantLIs() local
149 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 …]