24#ifndef TVM_S_TIR_TRANSFORM_H_
25#define TVM_S_TIR_TRANSFORM_H_
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
Managed reference to PrimFuncNode.
Definition function.h:105
PassContext that is used to configure the pass behavior.
Definition transform.h:151
tirx::PrimFunc RenewDefs(const tirx::PrimFunc &func)
Renew the definition nodes for a TIR, including Var, Buffer and IterVar. This pass works as a simple ...
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition analyzer.h:40
Compilation target object.