9#ifndef LLVM_LIB_TARGET_AMDGPU_SILOADSTOREOPTIMIZER_H 
   10#define LLVM_LIB_TARGET_AMDGPU_SILOADSTOREOPTIMIZER_H 
Properties which a MachineFunction may have at a given point in time.
 
A set of analyses that are preserved following a run of a transformation pass.
 
PreservedAnalyses run(MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
 
MachineFunctionProperties getRequiredProperties() const
 
This is an optimization pass for GlobalISel generic memory operations.
 
AnalysisManager< MachineFunction > MachineFunctionAnalysisManager
 
A CRTP mix-in to automatically provide informational APIs needed for passes.