20#ifndef LLVM_TRANSFORMS_IPO_SCCP_H
21#define LLVM_TRANSFORMS_IPO_SCCP_H
Machine Check Debug Module
This header defines various interfaces for pass management in LLVM.
A container for analyses that lazily runs them and caches their results.
Pass to perform interprocedural constant propagation.
bool isFuncSpecEnabled() const
PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM)
IPSCCPPass(IPSCCPOptions Options)
A Module instance is used to store all the information related to an LLVM module.
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
A set of parameters to control various transforms performed by IPSCCP pass.
IPSCCPOptions(bool AllowFuncSpec=true)
IPSCCPOptions & setFuncSpec(bool FuncSpec)
Enables or disables Specialization of Functions.
A CRTP mix-in to automatically provide informational APIs needed for passes.