CIRCT 22.0.0git
Loading...
Searching...
No Matches
Namespaces | Macros | Typedefs
FlattenModules.cpp File Reference
#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"
Include dependency graph for FlattenModules.cpp:

Go to the source code of this file.

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
namespace  circt::hw
 

Macros

#define DEBUG_TYPE   "hw-flatten-modules"
 
#define GEN_PASS_DEF_FLATTENMODULES
 

Typedefs

using HierPathTable = DenseMap< hw::InnerRefAttr, SmallVector< hw::HierPathOp > >
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "hw-flatten-modules"

Definition at line 23 of file FlattenModules.cpp.

◆ GEN_PASS_DEF_FLATTENMODULES

#define GEN_PASS_DEF_FLATTENMODULES

Definition at line 27 of file FlattenModules.cpp.

Typedef Documentation

◆ HierPathTable

using HierPathTable = DenseMap<hw::InnerRefAttr, SmallVector<hw::HierPathOp> >

Definition at line 38 of file FlattenModules.cpp.