Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDTwoAddressInstructionPass.cpp455 bool &IsCopy, in findOnlyInterestingUse() argument
466 IsCopy = true; in findOnlyInterestingUse()
665 bool IsCopy = false; in scanUses() local
668 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy, in scanUses()
670 if (IsCopy && !Processed.insert(UseMI)) in scanUses()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp593 bool isCopy() const { return IsCopy; } in isCopy()
604 unsigned IsCopy : 1; member in __anon5c730ea90211::PropertyImplStrategy
618 IsCopy = (setterKind == ObjCPropertyDecl::Copy); in PropertyImplStrategy()
630 if (IsCopy) { in PropertyImplStrategy()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp5809 bool IsCopy = false; in Perform() local
5848 IsCopy = true; in Perform()
5880 bool RequiresCopy = !IsCopy && !isReferenceBinding(Steps.back()); in Perform()