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

References

lib/CodeGen/RegisterScavenging.cpp
  319   for (++MI; InstrLimit > 0 && MI != ME; ++MI, --InstrLimit) {
  319   for (++MI; InstrLimit > 0 && MI != ME; ++MI, --InstrLimit) {
  319   for (++MI; InstrLimit > 0 && MI != ME; ++MI, --InstrLimit) {
  320     if (MI->isDebugInstr()) {
  327     for (const MachineOperand &MO : MI->operands()) {
  344     if (!inVirtLiveRange) RestorePointMI = MI;
  361   if (MI == ME) RestorePointMI = ME;