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

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 252 MachineInstr *OtherMI = I;
254 if (OtherMI->isDebugValue())
259 for (unsigned i = 0, e = OtherMI->getNumOperands(); i != e; ++i) {
260 MachineOperand &MO = OtherMI->getOperand(i);
269 if (MO.isKill() || (LIS && isPlainlyKilled(OtherMI, MOReg, LIS))) {
270 if (OtherMI == KillMI && MOReg == SavedReg)
828 MachineInstr *OtherMI = I;
830 if (OtherMI->isDebugValue())
835 if (OtherMI->hasUnmodeledSideEffects() || OtherMI->isCall() |
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 213 /// Copy all the implicit operands from OtherMI onto this one.
214 const MachineInstrBuilder &copyImplicitOps(const MachineInstr *OtherMI) {
215 MI->copyImplicitOps(*MF, OtherMI);

Completed in 311 milliseconds