|
LLVM
4.0.0
|
#include <OptimizationDiagnosticInfo.h>
Public Types | |
| typedef OptimizationRemarkEmitter | Result |
| Provide the result typedef for this analysis pass. More... | |
Public Member Functions | |
| Result | run (Function &F, FunctionAnalysisManager &AM) |
| Run the analysis pass over a function and produce BFI. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< OptimizationRemarkEmitterAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< OptimizationRemarkEmitterAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 265 of file OptimizationDiagnosticInfo.h.
Provide the result typedef for this analysis pass.
Definition at line 272 of file OptimizationDiagnosticInfo.h.
| OptimizationRemarkEmitter OptimizationRemarkEmitterAnalysis::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Run the analysis pass over a function and produce BFI.
Definition at line 243 of file OptimizationDiagnosticInfo.cpp.
References llvm::AMDGPUISD::BFI, llvm::Function::getContext(), llvm::LLVMContext::getDiagnosticHotnessRequested(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
1.8.6