Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1224 bool regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform() local
1229 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform()
1256 regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform()
1262 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()
1290 if (MI.mayLoad() && !regBKilled) { in tryInstructionTransform()