LLVM 22.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 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 AnalysisKey * | ID () |
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. |
A marker analysis to determine if extra passes should be run after loop vectorization.
Definition at line 187 of file LoopVectorize.h.
|
static |
Definition at line 190 of file LoopVectorize.h.