Searched refs:CopySrcRegs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 174 SmallSet<unsigned, 4> &CopySrcRegs, 1377 MachineInstr *MI, SmallSet<unsigned, 4> &CopySrcRegs, in foldRedundantCopy() argument 1389 if (CopySrcRegs.insert(SrcReg).second) { in foldRedundantCopy() 1512 SmallSet<unsigned, 4> CopySrcRegs; in runOnMachineFunction() local 1599 (foldRedundantCopy(MI, CopySrcRegs, CopySrcMIs) || in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 218 SmallSet<unsigned, 4> &CopySrcRegs, 1393 SmallSet<unsigned, 4> &CopySrcRegs, in foldRedundantCopy() argument 1405 if (CopySrcRegs.insert(SrcReg).second) { in foldRedundantCopy() 1636 SmallSet<unsigned, 4> CopySrcRegs; in runOnMachineFunction() local 1726 (foldRedundantCopy(*MI, CopySrcRegs, CopySrcMIs) || in runOnMachineFunction()
|