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

References

lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  216           ++FI.IAMInstCount;
  218           ++FI.LSMInstCount;
  219         ++FI.MemInstCount;
  220         ++FI.InstCount;
  227           ++FI.InstCount;
  237         FI.MemInstCount += Loc->second.MemInstCount;
  238         FI.InstCount += Loc->second.InstCount;
  239         FI.IAMInstCount += Loc->second.IAMInstCount;
  240         FI.LSMInstCount += Loc->second.LSMInstCount;
  250         ++FI.InstCount;
  252         ++FI.InstCount;
  257   return &FI;