Searched refs:NAPhysToVirtMIs (Results 1 – 1 of 1) sorted by relevance
232 MachineInstr &MI, DenseMap<Register, MachineInstr *> &NAPhysToVirtMIs);1453 MachineInstr &MI, DenseMap<Register, MachineInstr *> &NAPhysToVirtMIs) { in foldRedundantNAPhysCopy() argument1465 NAPhysToVirtMIs.insert({SrcReg, &MI}); in foldRedundantNAPhysCopy()1473 auto PrevCopy = NAPhysToVirtMIs.find(DstReg); in foldRedundantNAPhysCopy()1474 if (PrevCopy == NAPhysToVirtMIs.end()) { in foldRedundantNAPhysCopy()1496 NAPhysToVirtMIs.erase(PrevCopy); in foldRedundantNAPhysCopy()1642 DenseMap<Register, MachineInstr *> NAPhysToVirtMIs; in runOnMachineFunction() local1678 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction()1679 if (Def != NAPhysToVirtMIs.end()) { in runOnMachineFunction()1684 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction()[all …]