LLVM 22.0.0git
|
Turn vectorized loops with canonical induction variables into loops that only use a single EVL-based induction variable. More...
#include "llvm/Transforms/Vectorize/EVLIndVarSimplify.h"
Public Member Functions | |
PreservedAnalyses | run (Loop &L, LoopAnalysisManager &LAM, LoopStandardAnalysisResults &AR, LPMUpdater &U) |
Public Member Functions inherited from llvm::PassInfoMixin< EVLIndVarSimplifyPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< EVLIndVarSimplifyPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. |
Turn vectorized loops with canonical induction variables into loops that only use a single EVL-based induction variable.
Definition at line 26 of file EVLIndVarSimplify.h.
PreservedAnalyses EVLIndVarSimplifyPass::run | ( | Loop & | L, |
LoopAnalysisManager & | LAM, | ||
LoopStandardAnalysisResults & | AR, | ||
LPMUpdater & | U ) |
Definition at line 289 of file EVLIndVarSimplify.cpp.
References llvm::PreservedAnalyses::all(), llvm::PreservedAnalyses::allInSet(), F, LAM, and run().
Referenced by run().