LLVM 17.0.0git
|
A marker to determine if extra passes after loop vectorization should be run. More...
#include "llvm/Transforms/Vectorize/LoopVectorize.h"
Classes | |
struct | Result |
Public Member Functions | |
Result | run (Function &F, FunctionAnalysisManager &FAM) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Attributes | |
static AnalysisKey | Key |
Additional Inherited Members | |
![]() | |
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 to determine if extra passes after loop vectorization should be run.
Definition at line 84 of file LoopVectorize.h.
|
inline |
Definition at line 97 of file LoopVectorize.h.
|
static |
Definition at line 86 of file LoopVectorize.h.