Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp142 MachineOperand *DeadOrKillToUnset = nullptr; in removeRedundantLIs() local
144 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 …]