Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isTied

2035       bool isTied = MI.isRegTiedToDefOperand(i);
2036 if (isTied) {
2093 if (isTied)
2113 if (!isTied && KilledMIRegs.count(VirtReg) == 0) {