13 #ifndef MLIR_TRANSFORMS_CSE_H_
14 #define MLIR_TRANSFORMS_CSE_H_
27 DominanceInfo &domInfo, Operation *op,
Include the generated interface declarations.
const FrozenRewritePatternSet GreedyRewriteConfig bool * changed
void eliminateCommonSubExpressions(RewriterBase &rewriter, DominanceInfo &domInfo, Operation *op, bool *changed=nullptr)
Eliminate common subexpressions within the given operation.