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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp150 /// adjustCopiesBackFrom - We found a non-trivially-coalescable copy. If
154 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
410 /// adjustCopiesBackFrom - We found a non-trivially-coalescable copy with IntA
425 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, function in class:RegisterCoalescer
1056 if (adjustCopiesBackFrom(CP, CopyMI) ||

Completed in 206 milliseconds