Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3499 bool IsKillSet = false; in fixupIsDeadOrKill() local
3514 IsKillSet = true; in fixupIsDeadOrKill()
3542 if (!IsKillSet) { in fixupIsDeadOrKill()
3545 IsKillSet = true; in fixupIsDeadOrKill()
3561 assert((IsKillSet || (MO && MO->isDead())) && in fixupIsDeadOrKill()