Performs Loop Strength Reduce Pass.

Synopsis

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

class LoopStrengthReducePass
    : public OptionalPassInfoMixin<LoopStrengthReducePass>

Base Classes

Name

Description

OptionalPassInfoMixin<LoopStrengthReducePass>

A CRTP mix‐in for passes that can be skipped.

Member Functions

Name

Description

run

Run loop strength reduction over the loop.

Static Member Functions

Name

Description

isRequired

Return false; optional passes may be skipped.

Created with MrDocs