|
LLVM 24.0.0git
|
#include "llvm/Transforms/Scalar/LogicalSROA.h"
Public Member Functions | |
| LogicalSROAPass () | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
| Run the pass over the function. | |
| Public Member Functions inherited from llvm::PassInfoMixin< LogicalSROAPass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::PassInfoMixin< LogicalSROAPass > | |
| static bool | isRequired () |
| Static Public Member Functions inherited from llvm::detail::InfoMixin< LogicalSROAPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Definition at line 25 of file LogicalSROA.h.
| LogicalSROAPass::LogicalSROAPass | ( | ) |
Definition at line 228 of file LogicalSROA.cpp.
| PreservedAnalyses LogicalSROAPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM ) |
Run the pass over the function.
Definition at line 218 of file LogicalSROA.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::PreservedAnalyses::preserveSet(), and runLogicalSROA().