|
LLVM 22.0.0git
|
Hexagon Vector Loop Carried Reuse Pass. More...
#include "Target/Hexagon/HexagonVectorLoopCarriedReuse.h"
Public Member Functions | |
| HexagonVectorLoopCarriedReusePass ()=default | |
| PreservedAnalyses | run (Loop &L, LoopAnalysisManager &LAM, LoopStandardAnalysisResults &AR, LPMUpdater &U) |
| Run pass over the Loop. | |
| Public Member Functions inherited from llvm::PassInfoMixin< HexagonVectorLoopCarriedReusePass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::PassInfoMixin< HexagonVectorLoopCarriedReusePass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Hexagon Vector Loop Carried Reuse Pass.
Definition at line 128 of file HexagonVectorLoopCarriedReuse.h.
|
default |
| hexagon Hexagon specific predictive commoning for HVX false PreservedAnalyses HexagonVectorLoopCarriedReusePass::run | ( | Loop & | L, |
| LoopAnalysisManager & | LAM, | ||
| LoopStandardAnalysisResults & | AR, | ||
| LPMUpdater & | U ) |
Run pass over the Loop.
Definition at line 213 of file HexagonVectorLoopCarriedReuse.cpp.
References llvm::PreservedAnalyses::all(), HexagonVectorLoopCarriedReusePass(), LAM, llvm::PreservedAnalyses::preserveSet(), and run().
Referenced by run().