Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp187 DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs);
1429 MachineInstr *MI, DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs) { in foldRedundantNAPhysCopy() argument
1441 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() local
1545 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction()
1546 if (Def != NAPhysToVirtMIs.end()) { in runOnMachineFunction()
1551 NAPhysToVirtMIs.erase(Def); in runOnMachineFunction()
[all …]