FreeTensor
Loading...
Searching...
No Matches
include
debug
check_conflict_id.h
Go to the documentation of this file.
1
#ifndef FREE_TENSOR_CHECK_CONFLICT_ID_H
2
#define FREE_TENSOR_CHECK_CONFLICT_ID_H
3
4
#include <
func.h
>
5
#include <
stmt.h
>
6
7
namespace
freetensor
{
8
9
void
checkConflictId
(
const
Stmt
&ast);
10
11
inline
void
checkConflictId
(
const
Func
&func) {
checkConflictId
(func->
body_
); }
12
13
}
// namespace freetensor
14
15
#endif
freetensor::FuncNode::body_
SubTree< StmtNode > body_
Definition:
func.h:56
freetensor::Ref< FuncNode >
func.h
freetensor
Definition:
allocator.h:9
freetensor::checkConflictId
void checkConflictId(const Stmt &ast)
Definition:
check_conflict_id.cc:29
freetensor::Stmt
Ref< StmtNode > Stmt
Definition:
ast.h:152
stmt.h
Generated by
1.9.6