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 397 if (MI.isCopy()) {
476 bool &IsCopy,
487 IsCopy = true;
689 bool IsCopy = false;
692 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
694 if (IsCopy && !Processed.insert(UseMI))
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 45 milliseconds