CIRCT 22.0.0git
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
StructuralHash.cpp File Reference
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/Synth/SynthOps.h"
#include "circt/Dialect/Synth/Transforms/SynthPasses.h"
#include "circt/Support/Naming.h"
#include "circt/Support/UnusedOpPruner.h"
#include "mlir/Analysis/TopologicalSortUtils.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/Operation.h"
#include "mlir/IR/Visitors.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/Support/DebugLog.h"
#include "llvm/Support/LogicalResult.h"
#include "circt/Dialect/Synth/Transforms/SynthPasses.h.inc"
Include dependency graph for StructuralHash.cpp:

Go to the source code of this file.

Classes

struct  StructuralHashKey
 A struct that represents the key used for structural hashing. More...
 
struct  llvm::DenseMapInfo< StructuralHashKey >
 

Namespaces

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

Macros

#define DEBUG_TYPE   "synth-structural-hash"
 
#define GEN_PASS_DEF_STRUCTURALHASH
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "synth-structural-hash"

Definition at line 33 of file StructuralHash.cpp.

◆ GEN_PASS_DEF_STRUCTURALHASH

#define GEN_PASS_DEF_STRUCTURALHASH

Definition at line 37 of file StructuralHash.cpp.