HomeSort by relevance Sort by last modified time
    Searched refs:IsCopy (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 397 if (MI.isCopy()) {
476 bool &IsCopy,
487 IsCopy = true;
689 bool IsCopy = false;
692 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
694 if (IsCopy && !Processed.insert(UseMI))
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 425 bool isCopy() const { return IsCopy; }
436 unsigned IsCopy : 1;
450 IsCopy = (setterKind == ObjCPropertyDecl::Copy);
462 if (IsCopy) {
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 1948 milliseconds