Lines Matching refs:NAPhysToVirtMIs
187 DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs);
1426 MachineInstr *MI, DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs) { in foldRedundantNAPhysCopy() argument
1438 NAPhysToVirtMIs.insert({SrcReg, MI}); in foldRedundantNAPhysCopy()
1446 auto PrevCopy = NAPhysToVirtMIs.find(DstReg); in foldRedundantNAPhysCopy()
1447 if (PrevCopy == NAPhysToVirtMIs.end()) { in foldRedundantNAPhysCopy()
1469 NAPhysToVirtMIs.erase(PrevCopy); in foldRedundantNAPhysCopy()
1509 DenseMap<unsigned, MachineInstr *> NAPhysToVirtMIs; in runOnMachineFunction() local
1540 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction()
1541 if (Def != NAPhysToVirtMIs.end()) { in runOnMachineFunction()
1546 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction()
1551 for (auto &RegMI : NAPhysToVirtMIs) { in runOnMachineFunction()
1556 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction()
1573 NAPhysToVirtMIs.clear(); in runOnMachineFunction()
1600 foldRedundantNAPhysCopy(MI, NAPhysToVirtMIs))) { in runOnMachineFunction()