Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp232 MachineInstr &MI, DenseMap<Register, MachineInstr *> &NAPhysToVirtMIs);
1453 MachineInstr &MI, DenseMap<Register, MachineInstr *> &NAPhysToVirtMIs) { in foldRedundantNAPhysCopy() argument
1465 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() local
1678 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction()
1679 if (Def != NAPhysToVirtMIs.end()) { in runOnMachineFunction()
1684 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction()
[all …]