Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp222 DenseMap<RegSubRegPair, MachineInstr *> &CopyMIs);
1410 MachineInstr &MI, DenseMap<RegSubRegPair, MachineInstr *> &CopyMIs) { in foldRedundantCopy() argument
1424 if (CopyMIs.insert(std::make_pair(SrcPair, &MI)).second) { in foldRedundantCopy()
1429 MachineInstr *PrevCopy = CopyMIs.find(SrcPair)->second; in foldRedundantCopy()