Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp157 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith() local
172 if (ImpIsDead) in expandArith()
190 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic() local
209 if (ImpIsDead) in expandLogic()
248 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm() local
275 if (ImpIsDead) in expandLogicImm()
308 bool ImpIsDead = MI.getOperand(3).isDead(); in expand() local
340 if (ImpIsDead) in expand()
362 bool ImpIsDead = MI.getOperand(3).isDead(); in expand() local
385 if (ImpIsDead) in expand()
[all …]