13 #ifndef MLIR_ANALYSIS_DATAFLOW_UTILS_H
14 #define MLIR_ANALYSIS_DATAFLOW_UTILS_H
The general data-flow analysis solver.
AnalysisT * load(Args &&...args)
Load an analysis into the solver. Return the analysis instance.
Dead code analysis analyzes control-flow, as understood by RegionBranchOpInterface and BranchOpInterf...
This analysis implements sparse constant propagation, which attempts to determine constant-valued res...
void loadBaselineAnalyses(DataFlowSolver &solver)
Populates a DataFlowSolver with analyses that are required to ensure user-defined analyses are run pr...
Include the generated interface declarations.