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

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp451 bool &IsCopy,
462 IsCopy = true;
661 bool IsCopy = false; local
664 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
666 if (IsCopy && !Processed.insert(UseMI))
448 findOnlyInterestingUse(unsigned Reg, MachineBasicBlock *MBB, MachineRegisterInfo *MRI, const TargetInstrInfo *TII, bool &IsCopy, unsigned &DstReg, bool &IsDstPhys) argument
/external/clang/lib/CodeGen/
H A DCGObjC.cpp564 bool isCopy() const { return IsCopy; }
575 unsigned IsCopy : 1;
589 IsCopy = (setterKind == ObjCPropertyDecl::Copy);
601 if (IsCopy) {
/external/clang/lib/Sema/
H A DSemaInit.cpp5126 bool IsCopy = false; local
5164 IsCopy = true;
5195 bool RequiresCopy = !IsCopy && !isReferenceBinding(Steps.back());

Completed in 103 milliseconds