Searched refs:NAPhysToVirtMIs (Results 1 – 1 of 1) sorted by relevance
233 MachineInstr &MI, DenseMap<Register, MachineInstr *> &NAPhysToVirtMIs);1507 MachineInstr &MI, DenseMap<Register, MachineInstr *> &NAPhysToVirtMIs) { in foldRedundantNAPhysCopy() argument1519 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() local1732 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction()1733 if (Def != NAPhysToVirtMIs.end()) { in runOnMachineFunction()1738 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction()[all …]