LLVM 20.0.0git
Static Public Attributes | List of all members
llvm::ShouldRunExtraVectorPasses Struct Reference

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

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

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

Static Public Attributes

static AnalysisKey Key
 

Additional Inherited Members

- Public Member Functions inherited from llvm::ShouldRunExtraPasses< ShouldRunExtraVectorPasses >
Result run (Function &F, FunctionAnalysisManager &FAM)
 
Result run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DerivedT >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 
- 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 analysis to determine if extra passes should be run after loop vectorization.

Definition at line 184 of file LoopVectorize.h.

Member Data Documentation

◆ Key

AnalysisKey llvm::ShouldRunExtraVectorPasses::Key
static

Definition at line 187 of file LoopVectorize.h.


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