llvm::LoopStrengthReducePass

Performs Loop Strength Reduce Pass.

Synopsis

Declared in <llvm/Transforms/Scalar/LoopStrengthReduce.h>

class LoopStrengthReducePass
    : public OptionalPassInfoMixin<LoopStrengthReducePass>

Base Classes

NameDescription
OptionalPassInfoMixin<LoopStrengthReducePass>A CRTP mix-in for passes that can be skipped.

Member Functions

NameDescription
run Run loop strength reduction over the loop.

Static Member Functions

NameDescription
isRequired Return false; optional passes may be skipped.