Searched defs:isOperandKill (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp776 static bool isOperandKill(const MachineOperand &MO, MachineRegisterInfo *MRI) { function
831 bool isKill = isOperandKill(MO, MRI);
860 else if (!isNew && isOperandKill(MO, MRI)) {
1121 } else if (isOperandKill(MO, MRI)) {
1199 } else if (isOperandKill(MO, MRI)) {

Completed in 131 milliseconds