|
LLVM 22.0.0git
|
This pass optimizes arithmetic based on knowledge that is only used by a reduction sequence and is therefore safe to reassociate in interesting ways. More...
#include "Target/X86/X86.h"
Public Member Functions | |
| X86PartialReductionPass (const X86TargetMachine *TM) | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &FAM) |
| Public Member Functions inherited from llvm::PassInfoMixin< X86PartialReductionPass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::PassInfoMixin< X86PartialReductionPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
This pass optimizes arithmetic based on knowledge that is only used by a reduction sequence and is therefore safe to reassociate in interesting ways.
|
inline |
| PreservedAnalyses X86PartialReductionPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | FAM ) |
Definition at line 553 of file X86PartialReduction.cpp.
References llvm::PreservedAnalyses::all(), Changed, F, FAM, llvm::PreservedAnalyses::none(), and llvm::PreservedAnalyses::preserveSet().