MLIR 23.0.0git
CSE.h File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  mlir
 Include the generated interface declarations.

Functions

void mlir::eliminateCommonSubExpressions (RewriterBase &rewriter, DominanceInfo &domInfo, Operation *op, bool *changed=nullptr, int64_t *numCSE=nullptr, int64_t *numDCE=nullptr)
 Eliminate common subexpressions within the given operation.
void mlir::eliminateCommonSubExpressions (RewriterBase &rewriter, DominanceInfo &domInfo, Region &region, bool *changed=nullptr)
 Eliminate common subexpressions within the given region.