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

References

lib/Target/ARC/ARCOptAddrMode.cpp
  469   for (auto MI = MBB.begin(), ME = MBB.end(); MI != ME; ++MI) {
  469   for (auto MI = MBB.begin(), ME = MBB.end(); MI != ME; ++MI) {
  470     if (MI->isDebugValue())
  472     if (!MI->mayLoad() && !MI->mayStore())
  472     if (!MI->mayLoad() && !MI->mayStore())
  474     if (ARC::getPostIncOpcode(MI->getOpcode()) < 0)
  476     MachineInstr *Res = tryToCombine(*MI);
  480       MI = std::prev(Res->getIterator());