LLVM  8.0.1
Classes | Namespaces
AMDGPUPerfHintAnalysis.h File Reference

Analyzes if a function potentially memory bound and if a kernel kernel may benefit from limiting number of waves to reduce cache thrashing. More...

#include "llvm/IR/ValueMap.h"
#include "llvm/Pass.h"
Include dependency graph for AMDGPUPerfHintAnalysis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::AMDGPUPerfHintAnalysis
 
struct  llvm::AMDGPUPerfHintAnalysis::FuncInfo
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Detailed Description

Analyzes if a function potentially memory bound and if a kernel kernel may benefit from limiting number of waves to reduce cache thrashing.

Definition in file AMDGPUPerfHintAnalysis.h.