1#ifndef HALIDE_UNIQUIFY_VARIABLE_NAMES
2#define HALIDE_UNIQUIFY_VARIABLE_NAMES
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Stmt uniquify_variable_names(const Stmt &s)
Modify a statement so that every internally-defined variable name is unique.
void uniquify_variable_names_test()
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 reference-counted handle to a statement node.