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()) {
451 bool &IsCopy,
462 IsCopy = true;
661 bool IsCopy = false;
664 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
666 if (IsCopy && !Processed.insert(UseMI))
772 if (!KillMI || MI == KillMI || KillMI->isCopy() || KillMI->isCopyLike())
818 while (End->isCopy() && Defs.count(End->getOperand(1).getReg())) {
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 41 milliseconds