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

References

lib/MCA/HardwareUnits/LSUnit.cpp
   96     if (CurrentStoreGroupID) {
   97       MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID);
   98       LLVM_DEBUG(dbgs() << "[LSUnit]: GROUP DEP: (" << CurrentStoreGroupID
  103     CurrentStoreGroupID = NewGID;
  122                                CurrentLoadGroupID <= CurrentStoreGroupID ||
  129     if (!assumeNoAlias() && CurrentStoreGroupID) {
  130       MemoryGroup &StGroup = getGroup(CurrentStoreGroupID);
  131       LLVM_DEBUG(dbgs() << "[LSUnit]: GROUP DEP: (" << CurrentStoreGroupID
  200     if (GroupID == CurrentStoreGroupID)
  201       CurrentStoreGroupID = 0;