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

References

lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  220         ++FI.InstCount;
  227           ++FI.InstCount;
  238         FI.InstCount += Loc->second.InstCount;
  238         FI.InstCount += Loc->second.InstCount;
  250         ++FI.InstCount;
  252         ++FI.InstCount;
  274                     << " TotalInst: " << Info->InstCount << '\n');
  292   return FI.MemInstCount * 100 / FI.InstCount > MemBoundThresh;
  298           100 / FI.InstCount) > LimitWaveThresh;