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

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp455 bool &IsCopy,
466 IsCopy = true;
665 bool IsCopy = false; local
668 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
670 if (IsCopy && !Processed.insert(UseMI))
452 findOnlyInterestingUse(unsigned Reg, MachineBasicBlock *MBB, MachineRegisterInfo *MRI, const TargetInstrInfo *TII, bool &IsCopy, unsigned &DstReg, bool &IsDstPhys) argument
/external/clang/lib/Sema/
H A DSemaInit.cpp5727 bool IsCopy = false; local
5766 IsCopy = true;
5798 bool RequiresCopy = !IsCopy && !isReferenceBinding(Steps.back());

Completed in 135 milliseconds