Home
last modified time | relevance | path

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

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