Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp211 bool eliminateUndefCopy(MachineInstr *CopyMI);
1044 bool RegisterCoalescer::eliminateUndefCopy(MachineInstr *CopyMI) { in eliminateUndefCopy() function in RegisterCoalescer
1268 if (!CP.isPhys() && eliminateUndefCopy(CopyMI)) { in joinCopy()