reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineInstr.cpp
  588   if (Other.getOpcode() != getOpcode() ||
  589       Other.getNumOperands() != getNumOperands())
  596     assert(Other.isBundle() && "Expected that both instructions are bundles.");
  598     MachineBasicBlock::const_instr_iterator I2 = Other.getIterator();
  616     const MachineOperand &OMO = Other.getOperand(i);
  649     if (getDebugLoc() && Other.getDebugLoc() &&
  650         getDebugLoc() != Other.getDebugLoc())