LLVM 17.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) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
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.
References Options.
void MergedLoadStoreMotionPass::printPipeline | ( | raw_ostream & | OS, |
function_ref< StringRef(StringRef)> | MapClassName2PassName | ||
) |
Definition at line 440 of file MergedLoadStoreMotion.cpp.
References OS, printPipeline(), and llvm::MergedLoadStoreMotionOptions::SplitFooterBB.
Referenced by printPipeline().
mldst false PreservedAnalyses MergedLoadStoreMotionPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 428 of file MergedLoadStoreMotion.cpp.
References llvm::PreservedAnalyses::all(), F, MergedLoadStoreMotion, Options, and llvm::PreservedAnalyses::preserveSet().