FreeTensor
Loading...
Searching...
No Matches
Namespaces | Functions
debug.h File Reference
#include <string>
#include <ast.h>
#include <debug/logger.h>
Include dependency graph for debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  freetensor
 

Functions

std::ostream & freetensor::operator<< (std::ostream &os, const AST &op)
 
bool freetensor::match (const Stmt &pattern, const Stmt &instance)
 
void freetensor::checkConflictId (const Stmt &ast)
 
std::string freetensor::toString (const AST &op)
 
std::string freetensor::toString (const AST &op, bool pretty)
 
std::string freetensor::toString (const AST &op, bool pretty, bool printAllId)