Home
last modified time | relevance | path

Searched refs:NAPhysToVirtMIs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp233 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()
[all …]