Searched refs:DeadDef (Results 1 – 8 of 8) sorted by relevance
189 bool DeadDef; member
190 bool DeadDef; member
340 PRI.DeadDef = true; in analyzePhysReg()
1391 if (Info.DeadDef) in computeRegisterLiveness()
338 PRI.DeadDef = true; in analyzePhysReg()
1222 if (Info.DeadDef) in computeRegisterLiveness()
1634 MachineInstr *DeadDef = PrevMII; in SpillRegToStackSlot() local1635 if (ReMatDefs.count(DeadDef) && !HasOtherDef) { in SpillRegToStackSlot()1637 EraseInstr(DeadDef); in SpillRegToStackSlot()
1924 unsigned DeadDef = DeadDefs.back(); in runOnMachineFunction() local1926 RemoveDeadDef(LIS->getInterval(DeadDef), MI); in runOnMachineFunction()