LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::AMDGPUPerfHintAnalysisPass Struct Reference

#include "Target/AMDGPU/AMDGPUPerfHintAnalysis.h"

Inheritance diagram for llvm::AMDGPUPerfHintAnalysisPass:
Inheritance graph
[legend]

Public Member Functions

 AMDGPUPerfHintAnalysisPass (const GCNTargetMachine &TM)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< AMDGPUPerfHintAnalysisPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Public Attributes

const GCNTargetMachineTM
 
std::unique_ptr< AMDGPUPerfHintAnalysisImpl
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< AMDGPUPerfHintAnalysisPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Definition at line 64 of file AMDGPUPerfHintAnalysis.h.

Constructor & Destructor Documentation

◆ AMDGPUPerfHintAnalysisPass()

llvm::AMDGPUPerfHintAnalysisPass::AMDGPUPerfHintAnalysisPass ( const GCNTargetMachine TM)
inline

Definition at line 69 of file AMDGPUPerfHintAnalysis.h.

Member Function Documentation

◆ run()

PreservedAnalyses AMDGPUPerfHintAnalysisPass::run ( Module M,
ModuleAnalysisManager AM 
)

Member Data Documentation

◆ Impl

std::unique_ptr<AMDGPUPerfHintAnalysis> llvm::AMDGPUPerfHintAnalysisPass::Impl

Definition at line 67 of file AMDGPUPerfHintAnalysis.h.

Referenced by run().

◆ TM

const GCNTargetMachine& llvm::AMDGPUPerfHintAnalysisPass::TM

Definition at line 66 of file AMDGPUPerfHintAnalysis.h.

Referenced by run().


The documentation for this struct was generated from the following files: