LLVM 20.0.0git
|
The profile size based optimization pass for memory intrinsics. More...
#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"
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. | |
The profile size based optimization pass for memory intrinsics.
Definition at line 101 of file PGOInstrumentation.h.
|
default |
PreservedAnalyses PGOMemOPSizeOpt::run | ( | Function & | F, |
FunctionAnalysisManager & | MAM | ||
) |
Definition at line 466 of file PGOMemOPSizeOpt.cpp.
References llvm::PreservedAnalyses::all(), F, FAM, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and PGOMemOPSizeOptImpl().