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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1078 bool OtherOpKilled = isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); local
1079 bool DoCommute = !BaseOpKilled && OtherOpKilled;
1100 BaseOpKilled = OtherOpKilled;

Completed in 53 milliseconds