FreeTensor
Loading...
Searching...
No Matches
shrink_linear_indices.h
Go to the documentation of this file.
1#ifndef FREE_TENSOR_SHRINK_LINEAR_INDICES_H
2#define FREE_TENSOR_SHRINK_LINEAR_INDICES_H
3
4#include <stmt.h>
5
6namespace freetensor {
7
17Stmt shrinkLinearIndices(const Stmt &ast, const ID &vardef);
18Stmt shrinkLinearIndices(const Stmt &ast);
21} // namespace freetensor
22
23#endif // FREE_TENSOR_SHRINK_LINEAR_INDICES_H
Definition: allocator.h:9
Stmt shrinkLinearIndices(const Stmt &ast, const ID &vardef)
Definition: shrink_linear_indices.cc:140
Ref< StmtNode > Stmt
Definition: ast.h:152