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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1107 bool regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); local
1127 if (!regBKilled && isKilled(MI, regC, MRI, TII, LIS, false))
1159 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) {
1183 if (MI.mayLoad() && !regBKilled) {

Completed in 472 milliseconds