Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3357 bool IsKillSet = false; in fixupIsDeadOrKill() local
3372 IsKillSet = true; in fixupIsDeadOrKill()
3400 if (!IsKillSet) { in fixupIsDeadOrKill()
3403 IsKillSet = true; in fixupIsDeadOrKill()
3419 assert((IsKillSet || (MO && MO->isDead())) && in fixupIsDeadOrKill()