Lines Matching refs:DeadInstructions
451 SmallVector<MachineInstr *, 4> DeadInstructions; in ReduceOldVCCRValueUses() local
511 DeadInstructions.push_back(&*Iter); in ReduceOldVCCRValueUses()
570 for (MachineInstr *DeadInstruction : DeadInstructions) in ReduceOldVCCRValueUses()
578 SmallVector<MachineInstr *, 4> DeadInstructions; in ReplaceVCMPsByVPNOTs() local
639 DeadInstructions.push_back(&Instr); in ReplaceVCMPsByVPNOTs()
644 for (MachineInstr *DeadInstruction : DeadInstructions) in ReplaceVCMPsByVPNOTs()
647 return !DeadInstructions.empty(); in ReplaceVCMPsByVPNOTs()
659 SmallSet<MachineInstr *, 4> DeadInstructions; in ReplaceConstByVPNOTs() local
698 DeadInstructions.insert(Copy); in ReplaceConstByVPNOTs()
700 DeadInstructions.insert(MRI->getVRegDef(GPR)); in ReplaceConstByVPNOTs()
715 DeadInstructions.insert(Copy); in ReplaceConstByVPNOTs()
717 DeadInstructions.insert(MRI->getVRegDef(GPR)); in ReplaceConstByVPNOTs()
728 for (MachineInstr *DI : DeadInstructions) in ReplaceConstByVPNOTs()
731 return !DeadInstructions.empty(); in ReplaceConstByVPNOTs()
741 SmallVector<MachineInstr *, 4> DeadInstructions; in ConvertVPSEL() local
764 DeadInstructions.push_back(&MI); in ConvertVPSEL()
767 for (MachineInstr *DeadInstruction : DeadInstructions) in ConvertVPSEL()
770 return !DeadInstructions.empty(); in ConvertVPSEL()