9#ifndef CIRCT_ANALYSIS_DEBUGANALYSIS_H 
   10#define CIRCT_ANALYSIS_DEBUGANALYSIS_H 
   13#include "mlir/IR/Value.h" 
   14#include "llvm/ADT/DenseSet.h" 
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Identify operations and values that are only used for debug info.
DenseSet< OpOperand * > debugOperands
DenseSet< Operation * > debugOps
DenseSet< Value > debugValues