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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp225 /// register copy, track it in the \p NAPhysToVirtMIs map. If this
230 DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs);
1440 MachineInstr &MI, DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs) {
1452 NAPhysToVirtMIs.insert({SrcReg, &MI});
1460 auto PrevCopy = NAPhysToVirtMIs.find(DstReg);
1461 if (PrevCopy == NAPhysToVirtMIs.end()) {
1483 NAPhysToVirtMIs.erase(PrevCopy);
1631 DenseMap<unsigned, MachineInstr *> NAPhysToVirtMIs; local
1666 const auto &Def = NAPhysToVirtMIs.find(Reg);
1667 if (Def != NAPhysToVirtMIs
1439 foldRedundantNAPhysCopy( MachineInstr &MI, DenseMap<unsigned, MachineInstr *> &NAPhysToVirtMIs) argument
[all...]

Completed in 167 milliseconds