LLVM 19.0.0git
Classes | Public Member Functions | Static Public Attributes | List of all members
llvm::ShouldRunExtraVectorPasses Struct Reference

A marker to determine if extra passes after loop vectorization should be run. More...

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

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

Classes

struct  Result
 

Public Member Functions

Result run (Function &F, FunctionAnalysisManager &FAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Static Public Attributes

static AnalysisKey Key
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< ShouldRunExtraVectorPasses >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

A marker to determine if extra passes after loop vectorization should be run.

Definition at line 84 of file LoopVectorize.h.

Member Function Documentation

◆ run()

Result llvm::ShouldRunExtraVectorPasses::run ( Function F,
FunctionAnalysisManager FAM 
)
inline

Definition at line 97 of file LoopVectorize.h.

Member Data Documentation

◆ Key

AnalysisKey llvm::ShouldRunExtraVectorPasses::Key
static

Definition at line 86 of file LoopVectorize.h.


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