Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp455 bool &IsCopy, in findOnlyInterestingUse() argument
466 IsCopy = true; in findOnlyInterestingUse()
676 bool IsCopy = false; in scanUses() local
679 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy, in scanUses()
681 if (IsCopy && !Processed.insert(UseMI).second) in scanUses()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp590 bool isCopy() const { return IsCopy; } in isCopy()
601 unsigned IsCopy : 1; member in __anon86dbc8190211::PropertyImplStrategy
615 IsCopy = (setterKind == ObjCPropertyDecl::Copy); in PropertyImplStrategy()
627 if (IsCopy) { in PropertyImplStrategy()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp5931 bool IsCopy = false; in Perform() local
5971 IsCopy = true; in Perform()
6004 bool RequiresCopy = !IsCopy && !isReferenceBinding(Steps.back()); in Perform()