Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1271 Register OtherOpReg = MI->getOperand(OtherOpIdx).getReg(); in tryInstructionCommute() local
1276 bool OtherOpKilled = isKilled(*MI, OtherOpReg, false); in tryInstructionCommute()
1280 isProfitableToCommute(DstOpReg, BaseOpReg, OtherOpReg, MI, Dist)) { in tryInstructionCommute()
1297 BaseOpReg = OtherOpReg; in tryInstructionCommute()