CIRCT 21.0.0git
|
This struct contains constant string attributes shared across different threads. More...
Public Member Functions | |
StructuralHasherSharedConstants (MLIRContext *context) | |
Public Attributes | |
StringAttr | portTypesAttr |
StringAttr | moduleNameAttr |
StringAttr | portNamesAttr |
DenseSet< Attribute > | nonessentialAttributes |
This struct contains constant string attributes shared across different threads.
|
inlineexplicit |
Definition at line 109 of file Dedup.cpp.
References moduleNameAttr, nonessentialAttributes, portNamesAttr, and portTypesAttr.
StringAttr StructuralHasherSharedConstants::moduleNameAttr |
Definition at line 129 of file Dedup.cpp.
Referenced by StructuralHasherSharedConstants().
DenseSet<Attribute> StructuralHasherSharedConstants::nonessentialAttributes |
Definition at line 135 of file Dedup.cpp.
Referenced by StructuralHasherSharedConstants().
StringAttr StructuralHasherSharedConstants::portNamesAttr |
Definition at line 132 of file Dedup.cpp.
Referenced by StructuralHasherSharedConstants().
StringAttr StructuralHasherSharedConstants::portTypesAttr |
Definition at line 126 of file Dedup.cpp.
Referenced by StructuralHasherSharedConstants().