Home | History | Annotate | Download | only in X86

Lines Matching refs:Kills

1798       // This instruction kills EFLAGS and doesn't redefine it, so
2034 LV->getVarInfo(leaInReg).Kills.push_back(NewMI);
2035 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI);
4311 // If MI kills this register, the false dependence is already broken.