LLVM 22.0.0git
llvm::EVLIndVarSimplifyPass Struct Reference

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"

Inheritance diagram for llvm::EVLIndVarSimplifyPass:
[legend]

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.

Detailed Description

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.

Member Function Documentation

◆ run()

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().


The documentation for this struct was generated from the following files: