LLVM 19.0.0git
Public Member Functions | List of all members
llvm::PGOMemOPSizeOpt Class Reference

The profile size based optimization pass for memory intrinsics. More...

#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"

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

Public Member Functions

 PGOMemOPSizeOpt ()=default
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &MAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< PGOMemOPSizeOpt >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

The profile size based optimization pass for memory intrinsics.

Definition at line 96 of file PGOInstrumentation.h.

Constructor & Destructor Documentation

◆ PGOMemOPSizeOpt()

llvm::PGOMemOPSizeOpt::PGOMemOPSizeOpt ( )
default

Member Function Documentation

◆ run()

PreservedAnalyses PGOMemOPSizeOpt::run ( Function F,
FunctionAnalysisManager MAM 
)

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