27 #ifndef TVM_IR_ANALYSIS_H_
28 #define TVM_IR_ANALYSIS_H_
30 #include <tvm/ffi/container/array.h>
Managed reference to GlobalVarNode.
Definition: expr.h:489
Managed reference class to IRModuleNode.
Definition: module.h:257
A dynamically dispatched functor on the type of the first argument.
Definition: functor.h:65
Definition: analysis.h:38
virtual ~CalleeCollector()
Definition: analysis.h:52
virtual void Mark(GlobalVar gvar)=0
static FType & vtable()
Definition: analysis.h:47
Defines the Functor data structures.
IRModule that holds the functions and type definitions.
Map< GlobalVar, Array< GlobalVar > > CollectCallMap(const IRModule &mod)
tvm::PrimExpr mod(const tvm::PrimExpr &a, const tvm::PrimExpr &b)
Definition: broadcast.h:306
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:37