LLVM 20.0.0git
|
A marker analysis to determine if extra passes should be run after loop vectorization. More...
#include "llvm/Transforms/Vectorize/LoopVectorize.h"
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 AnalysisKey * | ID () |
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. | |
A marker analysis to determine if extra passes should be run after loop vectorization.
Definition at line 184 of file LoopVectorize.h.
|
static |
Definition at line 187 of file LoopVectorize.h.