HomeSort by relevance Sort by last modified time
    Searched refs:OtherMI (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 243 MachineInstr *OtherMI = I;
245 if (OtherMI->isDebugValue())
250 for (unsigned i = 0, e = OtherMI->getNumOperands(); i != e; ++i) {
251 MachineOperand &MO = OtherMI->getOperand(i);
261 if (OtherMI == KillMI && MOReg == SavedReg)
    [all...]
RegisterCoalescer.cpp     [all...]

Completed in 61 milliseconds