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

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 341 if (!Def || !Def->isCopy())
384 if (MI.isCopy()) {
495 bool &IsCopy,
506 IsCopy = true;
737 bool IsCopy = false;
740 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
742 if (IsCopy && !Processed.insert(UseMI).second)
848 if (!KillMI || MI == KillMI || KillMI->isCopy() || KillMI->isCopyLike())
893 while (End->isCopy() && Defs.count(End->getOperand(1).getReg())) {
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]

Completed in 179 milliseconds