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

References

lib/Target/Mips/MipsDelaySlotFiller.cpp
  459   OrigSeenStore = SeenStore;
  465   if (MI.hasOrderedMemoryRef() && (OrigSeenLoad || OrigSeenStore)) {
  505   HasHazard = MI.mayStore() && (OrigSeenLoad || OrigSeenStore);
  506   HasHazard |= MI.mayLoad() || OrigSeenStore;