Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp149 MachineOperand *DeadOrKillToUnset = nullptr; in removeRedundantLIs() local
151 DeadOrKillToUnset = &BBI->getOperand(0); in removeRedundantLIs()
152 LLVM_DEBUG(dbgs() << " Kill flag of " << *DeadOrKillToUnset in removeRedundantLIs()
174 assert(!DeadOrKillToUnset && "Shouldn't kill same register twice"); in removeRedundantLIs()
175 DeadOrKillToUnset = &AfterBBI->getOperand(KillIdx); in removeRedundantLIs()
177 << " Kill flag of " << *DeadOrKillToUnset << " from " in removeRedundantLIs()
198 if (DeadOrKillToUnset) { in removeRedundantLIs()
200 << " Unset dead/kill flag of " << *DeadOrKillToUnset in removeRedundantLIs()
201 << " from " << *DeadOrKillToUnset->getParent()); in removeRedundantLIs()
202 if (DeadOrKillToUnset->isDef()) in removeRedundantLIs()
[all …]