|
LLVM 22.0.0git
|
The profile size based optimization pass for memory intrinsics. More...
#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"
Public Member Functions | |
| PGOMemOPSizeOpt ()=default | |
| LLVM_ABI 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. | |
The profile size based optimization pass for memory intrinsics.
Definition at line 98 of file PGOInstrumentation.h.
| PreservedAnalyses PGOMemOPSizeOpt::run | ( | Function & | F, |
| FunctionAnalysisManager & | MAM ) |
Definition at line 470 of file PGOMemOPSizeOpt.cpp.
References llvm::PreservedAnalyses::all(), Changed, F, FAM, and PGOMemOPSizeOptImpl().