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 | |
![]() | |
Result | run (Function &F, FunctionAnalysisManager &FAM) |
Result | run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
![]() | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
![]() | |
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.