LLVM
8.0.1
|
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 &AM) |
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. More... | |
The profile size based optimization pass for memory intrinsics.
Definition at line 63 of file PGOInstrumentation.h.
|
default |
PreservedAnalyses llvm::PGOMemOPSizeOpt::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 440 of file PGOMemOPSizeOpt.cpp.
References llvm::PreservedAnalyses::all(), llvm::AMDGPUISD::BFI, F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and PGOMemOPSizeOptImpl().