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.cpp159 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith() local
174 if (ImpIsDead) in expandArith()
192 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic() local
211 if (ImpIsDead) in expandLogic()
250 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm() local
277 if (ImpIsDead) in expandLogicImm()
310 bool ImpIsDead = MI.getOperand(3).isDead(); in expand() local
342 if (ImpIsDead) in expand()
364 bool ImpIsDead = MI.getOperand(3).isDead(); in expand() local
387 if (ImpIsDead) in expand()
[all …]