Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1407 RegSubRegPair SrcPair(SrcReg, SrcSubReg); in foldRedundantCopy() local
1409 if (CopyMIs.insert(std::make_pair(SrcPair, &MI)).second) { in foldRedundantCopy()
1414 MachineInstr *PrevCopy = CopyMIs.find(SrcPair)->second; in foldRedundantCopy()