Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Moving

900 /// 'Reg' and it kills 'Reg, consider moving the instruction below the kill
1055 /// 'Reg' and it kills 'Reg, consider moving the kill instruction above the
1131 // Moving KillMI can clobber the physical register if the def has
1660 bool Moving;
1662 Moving = false;
1664 Moving = true;
1671 Moving = true;
1673 } while (Moving && !Defs.empty());