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

References

lib/MCA/HardwareUnits/LSUnit.cpp
  165   assert(It != Groups.end() && "Instruction not dispatched to the LS unit");
  166   It->second->onInstructionExecuted();
  167   if (It->second->isExecuted())
  168     Groups.erase(It);