LLVM 22.0.0git
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:
[legend]

Static Public Attributes

static LLVM_ABI AnalysisKey Key

Additional Inherited Members

Public Member Functions inherited from llvm::ShouldRunExtraPasses< ShouldRunExtraVectorPasses >
Result run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< ShouldRunExtraVectorPasses >
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< ShouldRunExtraVectorPasses >
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 187 of file LoopVectorize.h.

Member Data Documentation

◆ Key

AnalysisKey llvm::ShouldRunExtraVectorPasses::Key
static

Definition at line 190 of file LoopVectorize.h.


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