LLVM 20.0.0git
|
#include "llvm/Transforms/Scalar/MergedLoadStoreMotion.h"
Public Member Functions | |
MergedLoadStoreMotionPass () | |
MergedLoadStoreMotionPass (const MergedLoadStoreMotionOptions &PassOptions) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Public Member Functions inherited from llvm::PassInfoMixin< MergedLoadStoreMotionPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< MergedLoadStoreMotionPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 42 of file MergedLoadStoreMotion.h.
|
inline |
Definition at line 47 of file MergedLoadStoreMotion.h.
|
inline |
Definition at line 49 of file MergedLoadStoreMotion.h.
void MergedLoadStoreMotionPass::printPipeline | ( | raw_ostream & | OS, |
function_ref< StringRef(StringRef)> | MapClassName2PassName | ||
) |
Definition at line 393 of file MergedLoadStoreMotion.cpp.
References OS, printPipeline(), and llvm::MergedLoadStoreMotionOptions::SplitFooterBB.
Referenced by printPipeline().
PreservedAnalyses MergedLoadStoreMotionPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 381 of file MergedLoadStoreMotion.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::preserveSet(), and llvm::MergedLoadStoreMotionOptions::SplitFooterBB.