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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp214 /// the set \p CopySrcRegs and \p CopyMIs. If this virtual register was
218 SmallSet<unsigned, 4> &CopySrcRegs,
1392 SmallSet<unsigned, 4> &CopySrcRegs,
1404 if (CopySrcRegs.insert(SrcReg).second) {
1634 SmallSet<unsigned, 4> CopySrcRegs; local
1724 (foldRedundantCopy(*MI, CopySrcRegs, CopySrcMIs) ||
1391 foldRedundantCopy(MachineInstr &MI, SmallSet<unsigned, 4> &CopySrcRegs, DenseMap<unsigned, MachineInstr *> &CopyMIs) argument

Completed in 102 milliseconds