Searched refs:NAPhysToVirtMIs (Results 1 – 1 of 1) sorted by relevance
187 DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs);1429 MachineInstr *MI, DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs) { in foldRedundantNAPhysCopy() argument1441 NAPhysToVirtMIs.insert({SrcReg, MI}); in foldRedundantNAPhysCopy()1449 auto PrevCopy = NAPhysToVirtMIs.find(DstReg); in foldRedundantNAPhysCopy()1450 if (PrevCopy == NAPhysToVirtMIs.end()) { in foldRedundantNAPhysCopy()1472 NAPhysToVirtMIs.erase(PrevCopy); in foldRedundantNAPhysCopy()1514 DenseMap<unsigned, MachineInstr *> NAPhysToVirtMIs; in runOnMachineFunction() local1545 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction()1546 if (Def != NAPhysToVirtMIs.end()) { in runOnMachineFunction()1551 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction()[all …]