Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1168 Register OtherOpReg = MI->getOperand(OtherOpIdx).getReg(); in tryInstructionCommute() local
1173 bool OtherOpKilled = isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); in tryInstructionCommute()
1177 isProfitableToCommute(DstOpReg, BaseOpReg, OtherOpReg, MI, Dist)) { in tryInstructionCommute()
1194 BaseOpReg = OtherOpReg; in tryInstructionCommute()