FreeTensor
Loading...
Searching...
No Matches
all_no_reuse_defs.h
Go to the documentation of this file.
1#ifndef FREE_TENSOR_ALL_NO_REUSE_DEFS_H
2#define FREE_TENSOR_ALL_NO_REUSE_DEFS_H
3
4#include <unordered_set>
5
6#include <stmt.h>
7
8namespace freetensor {
9
10std::vector<ID> allNoReuseDefs(const Stmt &op,
11 const std::unordered_set<AccessType> &atypes);
12
13}
14
15#endif // FREE_TENSOR_ALL_NO_REUSE_DEFS_H
Definition: allocator.h:9
Ref< StmtNode > Stmt
Definition: ast.h:152
std::vector< ID > allNoReuseDefs(const Stmt &op, const std::unordered_set< AccessType > &atypes)
Definition: all_no_reuse_defs.cc:8