Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1274 bool OtherOpKilled = isKilled(*MI, OtherOpReg, false); in tryInstructionCommute() local
1275 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute()
1296 BaseOpKilled = OtherOpKilled; in tryInstructionCommute()