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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp416 bool &IsCopy,
427 IsCopy = true;
638 bool IsCopy = false; local
641 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
643 if (IsCopy && !Processed.insert(UseMI))
413 findOnlyInterestingUse(unsigned Reg, MachineBasicBlock *MBB, MachineRegisterInfo *MRI, const TargetInstrInfo *TII, bool &IsCopy, unsigned &DstReg, bool &IsDstPhys) argument

Completed in 161 milliseconds