Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1173 bool OtherOpKilled = isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); in tryInstructionCommute() local
1174 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute()
1195 BaseOpKilled = OtherOpKilled; in tryInstructionCommute()