Lines Matching refs:DeadInstructions
716 SmallVector<MachineInstr *, 4> DeadInstructions; in ReduceOldVCCRValueUses() local
776 DeadInstructions.push_back(&*Iter); in ReduceOldVCCRValueUses()
835 for (MachineInstr *DeadInstruction : DeadInstructions) in ReduceOldVCCRValueUses()
843 SmallVector<MachineInstr *, 4> DeadInstructions; in ReplaceVCMPsByVPNOTs() local
904 DeadInstructions.push_back(&Instr); in ReplaceVCMPsByVPNOTs()
909 for (MachineInstr *DeadInstruction : DeadInstructions) in ReplaceVCMPsByVPNOTs()
912 return !DeadInstructions.empty(); in ReplaceVCMPsByVPNOTs()
924 SmallSet<MachineInstr *, 4> DeadInstructions; in ReplaceConstByVPNOTs() local
963 DeadInstructions.insert(Copy); in ReplaceConstByVPNOTs()
965 DeadInstructions.insert(MRI->getVRegDef(GPR)); in ReplaceConstByVPNOTs()
980 DeadInstructions.insert(Copy); in ReplaceConstByVPNOTs()
982 DeadInstructions.insert(MRI->getVRegDef(GPR)); in ReplaceConstByVPNOTs()
993 for (MachineInstr *DI : DeadInstructions) in ReplaceConstByVPNOTs()
996 return !DeadInstructions.empty(); in ReplaceConstByVPNOTs()
1006 SmallVector<MachineInstr *, 4> DeadInstructions; in ConvertVPSEL() local
1030 DeadInstructions.push_back(&MI); in ConvertVPSEL()
1033 for (MachineInstr *DeadInstruction : DeadInstructions) in ConvertVPSEL()
1036 return !DeadInstructions.empty(); in ConvertVPSEL()