LLVM 20.0.0git
Public Member Functions | List of all members
llvm::SandboxVectorizerPass Class Reference

#include "llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h"

Inheritance diagram for llvm::SandboxVectorizerPass:
Inheritance graph
[legend]

Public Member Functions

 SandboxVectorizerPass ()
 
 SandboxVectorizerPass (SandboxVectorizerPass &&)
 
 ~SandboxVectorizerPass ()
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< SandboxVectorizerPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< SandboxVectorizerPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Definition at line 23 of file SandboxVectorizer.h.

Constructor & Destructor Documentation

◆ SandboxVectorizerPass() [1/2]

SandboxVectorizerPass::SandboxVectorizerPass ( )

◆ SandboxVectorizerPass() [2/2]

SandboxVectorizerPass::SandboxVectorizerPass ( SandboxVectorizerPass &&  )
default

◆ ~SandboxVectorizerPass()

SandboxVectorizerPass::~SandboxVectorizerPass ( )
default

Member Function Documentation

◆ run()

PreservedAnalyses SandboxVectorizerPass::run ( Function F,
FunctionAnalysisManager AM 
)

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