CIRCT 20.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
StructuralHasherSharedConstants Struct Reference

This struct contains constant string attributes shared across different threads. More...

Collaboration diagram for StructuralHasherSharedConstants:
Collaboration graph
[legend]

Public Member Functions

 StructuralHasherSharedConstants (MLIRContext *context)
 

Public Attributes

StringAttr portTypesAttr
 
StringAttr moduleNameAttr
 
StringAttr innerSymAttr
 
StringAttr portSymbolsAttr
 
StringAttr portNamesAttr
 
DenseSet< Attribute > nonessentialAttributes
 

Detailed Description

This struct contains constant string attributes shared across different threads.

Definition at line 108 of file Dedup.cpp.

Constructor & Destructor Documentation

◆ StructuralHasherSharedConstants()

StructuralHasherSharedConstants::StructuralHasherSharedConstants ( MLIRContext *  context)
inlineexplicit

Member Data Documentation

◆ innerSymAttr

StringAttr StructuralHasherSharedConstants::innerSymAttr

Definition at line 132 of file Dedup.cpp.

Referenced by StructuralHasherSharedConstants(), and StructuralHasher::update().

◆ moduleNameAttr

StringAttr StructuralHasherSharedConstants::moduleNameAttr

Definition at line 129 of file Dedup.cpp.

Referenced by StructuralHasherSharedConstants(), and StructuralHasher::update().

◆ nonessentialAttributes

DenseSet<Attribute> StructuralHasherSharedConstants::nonessentialAttributes

Definition at line 141 of file Dedup.cpp.

Referenced by StructuralHasherSharedConstants(), and StructuralHasher::update().

◆ portNamesAttr

StringAttr StructuralHasherSharedConstants::portNamesAttr

Definition at line 138 of file Dedup.cpp.

Referenced by StructuralHasherSharedConstants(), and StructuralHasher::update().

◆ portSymbolsAttr

StringAttr StructuralHasherSharedConstants::portSymbolsAttr

Definition at line 135 of file Dedup.cpp.

Referenced by StructuralHasherSharedConstants(), and StructuralHasher::update().

◆ portTypesAttr

StringAttr StructuralHasherSharedConstants::portTypesAttr

Definition at line 126 of file Dedup.cpp.

Referenced by StructuralHasherSharedConstants(), and StructuralHasher::update().


The documentation for this struct was generated from the following file: