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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp385 /// isKilled - Test if the given register value, which is used by the given
402 static bool isKilled(MachineInstr &MI, unsigned Reg, function
1107 bool regBKilled = isKilled(MI, regB, MRI, TII, LIS, true);
1127 if (!regBKilled && isKilled(MI, regC, MRI, TII, LIS, false))

Completed in 160 milliseconds