1#ifndef HALIDE_INTERNAL_CSE_H
2#define HALIDE_INTERNAL_CSE_H
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Expr common_subexpression_elimination(const Expr &, bool lift_all=false)
Replace each common sub-expression in the argument with a variable, and wrap the resulting expr in a ...
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
A fragment of Halide syntax.
A reference-counted handle to a statement node.