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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp181 /// eliminateUndefCopy - Handle copies of undef values.
182 bool eliminateUndefCopy(MachineInstr *CopyMI, const CoalescerPair &CP);
840 /// eliminateUndefCopy - ProcessImpicitDefs may leave some copies of <undef>
847 bool RegisterCoalescer::eliminateUndefCopy(MachineInstr *CopyMI, function in class:RegisterCoalescer
984 if (!CP.isPhys() && eliminateUndefCopy(CopyMI, CP)) {

Completed in 830 milliseconds