Lines Matching refs:NAPhysToVirtMIs
233 MachineInstr &MI, DenseMap<Register, MachineInstr *> &NAPhysToVirtMIs);
1507 MachineInstr &MI, DenseMap<Register, MachineInstr *> &NAPhysToVirtMIs) { in foldRedundantNAPhysCopy() argument
1519 NAPhysToVirtMIs.insert({SrcReg, &MI}); in foldRedundantNAPhysCopy()
1527 auto PrevCopy = NAPhysToVirtMIs.find(DstReg); in foldRedundantNAPhysCopy()
1528 if (PrevCopy == NAPhysToVirtMIs.end()) { in foldRedundantNAPhysCopy()
1550 NAPhysToVirtMIs.erase(PrevCopy); in foldRedundantNAPhysCopy()
1698 DenseMap<Register, MachineInstr *> NAPhysToVirtMIs; in runOnMachineFunction() local
1732 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction()
1733 if (Def != NAPhysToVirtMIs.end()) { in runOnMachineFunction()
1738 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction()
1743 for (auto &RegMI : NAPhysToVirtMIs) { in runOnMachineFunction()
1748 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction()
1765 NAPhysToVirtMIs.clear(); in runOnMachineFunction()
1790 foldRedundantNAPhysCopy(*MI, NAPhysToVirtMIs))) { in runOnMachineFunction()