Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1227 bool OtherOpKilled = isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); in tryInstructionCommute() local
1228 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute()
1248 BaseOpKilled = OtherOpKilled; in tryInstructionCommute()