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 337 if (MI.isCopy()) {
416 bool &IsCopy,
427 IsCopy = true;
638 bool IsCopy = false;
641 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
643 if (IsCopy && !Processed.insert(UseMI))
737 if (!KillMI || MI == KillMI || KillMI->isCopy() || KillMI->isCopyLike())
780 while (To->isCopy() && Defs.count(To->getOperand(1).getReg())) {
861 if (DefMI->getParent() != MBB || DefMI->isCopy() || DefMI->isCopyLike())
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 57 milliseconds