LLVM 24.0.0git
llvm::LogicalSROAPass Class Reference

#include "llvm/Transforms/Scalar/LogicalSROA.h"

Inheritance diagram for llvm::LogicalSROAPass:
[legend]

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.

Detailed Description

Definition at line 25 of file LogicalSROA.h.

Constructor & Destructor Documentation

◆ LogicalSROAPass()

LogicalSROAPass::LogicalSROAPass ( )

Definition at line 228 of file LogicalSROA.cpp.

Member Function Documentation

◆ run()

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().


The documentation for this class was generated from the following files: