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 413 if (MI.isCopy()) {
518 bool &IsCopy,
529 IsCopy = true;
734 bool IsCopy = false;
737 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
739 if (IsCopy && !Processed.insert(UseMI))
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 143 milliseconds