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.cpp1325 bool regBKilled = isKilled(MI, regB, true); in tryInstructionTransform() local
1330 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform()
1357 regBKilled = isKilled(MI, regB, true); in tryInstructionTransform()
1363 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()
1391 if (MI.mayLoad() && !regBKilled) { in tryInstructionTransform()