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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp150 /// removeCopyByCommutingDef - We found a non-trivially-coalescable copy.
154 bool removeCopyByCommutingDef(const CoalescerPair &CP,MachineInstr *CopyMI);
526 /// removeCopyByCommutingDef - We found a non-trivially-coalescable copy with
549 bool RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, function in class:RegisterCoalescer
961 // like removeCopyByCommutingDef() can inadvertently create identity copies.
1030 removeCopyByCommutingDef(CP, CopyMI)) {

Completed in 115 milliseconds