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

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 343 if (MI.isCopy()) {
454 bool &IsCopy,
465 IsCopy = true;
664 bool IsCopy = false;
667 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
669 if (IsCopy && !Processed.insert(UseMI))
775 if (!KillMI || MI == KillMI || KillMI->isCopy() || KillMI->isCopyLike())
821 while (End->isCopy() && Defs.count(End->getOperand(1).getReg())) {
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 57 milliseconds