16 using namespace circt;
21 SymbolCacheBase::~SymbolCacheBase() {}
23 void SymbolCacheBase::addDefinitions(mlir::Operation *top) {
24 for (
auto ®ion : top->getRegions())
25 for (
auto &block : region.getBlocks())
26 for (
auto symOp : block.getOps<mlir::SymbolOpInterface>())
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.