class PGOMemOPSizeOpt
Declaration
class PGOMemOPSizeOpt : public PassInfoMixin { /* full declaration omitted */ };
Description
The profile size based optimization pass for memory intrinsics.
Declared at: llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h:86
Inherits from: PassInfoMixin
Method Overview
- public PGOMemOPSizeOpt()
- public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & AM)
Methods
¶PGOMemOPSizeOpt()
PGOMemOPSizeOpt()
Declared at: llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h:88
¶llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
Declared at: llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h:90