Searched refs:PotentialMO (Results 1 – 1 of 1) sorted by relevance
416 MachineOperand *PotentialMO = findSingleRegUse(getReplacedOperand(), getMRI()); in potentialToConvert() local417 if (!PotentialMO) in potentialToConvert()420 MachineInstr *Parent = PotentialMO->getParent(); in potentialToConvert()573 MachineOperand *PotentialMO = findSingleRegDef(getReplacedOperand(), MRI); in potentialToConvert() local574 if (!PotentialMO) in potentialToConvert()578 for (MachineInstr &UseInst : MRI->use_nodbg_instructions(PotentialMO->getReg())) { in potentialToConvert()583 MachineInstr *Parent = PotentialMO->getParent(); in potentialToConvert()