#include "circt/Dialect/HW/HWInstanceGraph.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/HW/HWPasses.h"
#include "circt/Dialect/HW/InnerSymbolNamespace.h"
#include "circt/Dialect/Seq/SeqOps.h"
#include "circt/Support/BackedgeBuilder.h"
#include "mlir/IR/AttrTypeSubElements.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Transforms/Inliner.h"
#include "mlir/Transforms/InliningUtils.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "circt/Dialect/HW/Passes.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::hw |
| |
|
| using | HierPathTable = DenseMap< hw::InnerRefAttr, SmallVector< hw::HierPathOp > > |
| |
◆ DEBUG_TYPE
| #define DEBUG_TYPE "hw-flatten-modules" |
◆ GEN_PASS_DEF_FLATTENMODULES
| #define GEN_PASS_DEF_FLATTENMODULES |
◆ HierPathTable
| using HierPathTable = DenseMap<hw::InnerRefAttr, SmallVector<hw::HierPathOp> > |