LLVM 22.0.0git
llvm::VectorCombinePass Class Reference

Optimize scalar/vector interactions in IR using target cost models. More...

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

Inheritance diagram for llvm::VectorCombinePass:
[legend]

Public Member Functions

 VectorCombinePass (bool TryEarlyFoldsOnly=false)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &)
Public Member Functions inherited from llvm::PassInfoMixin< VectorCombinePass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Optimize scalar/vector interactions in IR using target cost models.

Definition at line 23 of file VectorCombine.h.

Constructor & Destructor Documentation

◆ VectorCombinePass()

llvm::VectorCombinePass::VectorCombinePass ( bool TryEarlyFoldsOnly = false)
inline

Definition at line 29 of file VectorCombine.h.

Member Function Documentation

◆ run()


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