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

References

lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  270   LLVM_DEBUG(dbgs() << F.getName() << " MemInst: " << Info->MemInstCount
  272                     << " IAMInst: " << Info->IAMInstCount << '\n'
  273                     << " LSMInst: " << Info->LSMInstCount << '\n'
  274                     << " TotalInst: " << Info->InstCount << '\n');
  276   if (isMemBound(*Info)) {
  282   if (AMDGPU::isEntryFunctionCC(F.getCallingConv()) && needLimitWave(*Info)) {