14#ifndef LLVM_LIB_TARGET_RISCV_RISCVGATHERSCATTERLOWERING_H
15#define LLVM_LIB_TARGET_RISCV_RISCVGATHERSCATTERLOWERING_H
This header defines various interfaces for pass management in LLVM.
FunctionAnalysisManager FAM
FunctionPass class - This class is used to implement most global optimizations.
PassRegistry - This class manages the registration and intitialization of the pass subsystem as appli...
A set of analyses that are preserved following a run of a transformation pass.
RISCVGatherScatterLoweringPass(const RISCVTargetMachine *TM)
PreservedAnalyses run(Function &F, FunctionAnalysisManager &FAM)
This is an optimization pass for GlobalISel generic memory operations.
FunctionPass * createRISCVGatherScatterLoweringPass()
void initializeRISCVGatherScatterLoweringLegacyPass(PassRegistry &)
AnalysisManager< Function > FunctionAnalysisManager
Convenience typedef for the Function analysis manager.
A CRTP mix-in for passes that can be skipped.