Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isDead

709   /// the specified register or -1 if it is not found. If isDead is true, defs
715 bool isDead = false, bool Overlap = false,
720 MachineOperand *findRegisterDefOperand(unsigned Reg, bool isDead = false,
722 int Idx = findRegisterDefOperandIdx(Reg, isDead, false, TRI);
795 /// Look for the operand that defines it and mark it as IsDead. If