CIRCT
20.0.0git
|
The internal implementation of the frozen pattern set. More...
Public Attributes | |
OpSpecificNativePatternListT | nativeOpSpecificPatternMap |
The set of emission patterns that are matched to specific kinds. More... | |
NativePatternListT | nativeOpSpecificPatternList |
The full native rewrite list. More... | |
The internal implementation of the frozen pattern set.
Definition at line 306 of file EmissionPattern.h.
NativePatternListT circt::ExportSystemC::FrozenEmissionPatternSet< PatternTy, KeyTy >::Impl::nativeOpSpecificPatternList |
The full native rewrite list.
This allows for the map above to contain duplicate patterns, e.g. for interfaces and traits.
Definition at line 312 of file EmissionPattern.h.
OpSpecificNativePatternListT circt::ExportSystemC::FrozenEmissionPatternSet< PatternTy, KeyTy >::Impl::nativeOpSpecificPatternMap |
The set of emission patterns that are matched to specific kinds.
Definition at line 308 of file EmissionPattern.h.