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

References

lib/CodeGen/MachineSink.cpp
  765   const MachineRegisterInfo &MRI = MI.getMF()->getRegInfo();
  766   const TargetInstrInfo &TII = *MI.getMF()->getSubtarget().getInstrInfo();
  772     MI.setDebugLoc(DILocation::getMergedLocation(MI.getDebugLoc(),
  772     MI.setDebugLoc(DILocation::getMergedLocation(MI.getDebugLoc(),
  775     MI.setDebugLoc(DebugLoc());
  778   MachineBasicBlock *ParentBlock = MI.getParent();
  779   SuccToSinkTo.splice(InsertPos, ParentBlock, MI,
  780                       ++MachineBasicBlock::iterator(MI));
  803     if (!TII.isCopyInstr(MI, SrcMO, DstMO))