Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1323 bool regBKilled = isKilled(MI, regB, true); in tryInstructionTransform() local
1328 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform()
1355 regBKilled = isKilled(MI, regB, true); in tryInstructionTransform()
1361 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()
1389 if (MI.mayLoad() && !regBKilled) { in tryInstructionTransform()