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 344 if (MI.isCopy()) {
455 bool &IsCopy,
466 IsCopy = true;
665 bool IsCopy = false;
668 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
670 if (IsCopy && !Processed.insert(UseMI))
776 if (!KillMI || MI == KillMI || KillMI->isCopy() || KillMI->isCopyLike())
822 while (End->isCopy() && Defs.count(End->getOperand(1).getReg())) {
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 87 milliseconds