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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp139 /// adjustCopiesBackFrom - We found a non-trivially-coalescable copy. If
143 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
391 /// adjustCopiesBackFrom - We found a non-trivially-coalescable copy with IntA
406 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, function in class:RegisterCoalescer
1029 if (adjustCopiesBackFrom(CP, CopyMI) ||

Completed in 101 milliseconds