Run straight‐line strength reduction over the function.
Synopsis
Declared in <llvm/Transforms/Scalar/StraightLineStrengthReduce.h>
PreservedAnalyses
run(
Function& F,
FunctionAnalysisManager& AM);
Return Value
The set of analyses preserved after running this pass.
Parameters
Name |
Description |
F |
Function whose straight‐line arithmetic may be strength‐reduced. |
AM |
Function analysis manager providing analyses for the pass. |
Created with MrDocs