FreeTensor
Loading...
Searching...
No Matches
prop_one_time_use.h
Go to the documentation of this file.
1#ifndef FREE_TENSOR_PROP_ONE_TIME_USE_H
2#define FREE_TENSOR_PROP_ONE_TIME_USE_H
3
4#include <func.h>
5
6namespace freetensor {
7
27Stmt propOneTimeUse(const Stmt &op, const ID &subAST = ID());
28
30
31} // namespace freetensor
32
33#endif // FREE_TENSOR_PROP_ONE_TIME_USE_H
#define DEFINE_PASS_FOR_FUNC(pass)
Definition: func.h:88
Definition: allocator.h:9
Ref< StmtNode > Stmt
Definition: ast.h:152
Stmt propOneTimeUse(const Stmt &op, const ID &subAST=ID())
Definition: prop_one_time_use.cc:57