Searched refs:TiedOpIsUndef (Results 1 – 1 of 1) sorted by relevance
1127 auto TiedOpIsUndef = [&](const MachineOperand &MO, unsigned Idx) { in allocateInstruction() local1152 if ((MO.isTied() && !TiedOpIsUndef(MO, I)) || in allocateInstruction()1254 (MO.isTied() && !TiedOpIsUndef(MO, OpIdx)) || in allocateInstruction()1293 if ((MO.isTied() && !TiedOpIsUndef(MO, I)) || MO.isEarlyClobber()) in allocateInstruction()