A utility doing lazy construction of SymbolTable
s and SymbolUserMap
s, which is handy for reductions that need to look up a lot of symbols.
More...
A utility doing lazy construction of SymbolTable
s and SymbolUserMap
s, which is handy for reductions that need to look up a lot of symbols.
Definition at line 34 of file FIRRTLReductions.cpp.
◆ clear()
void detail::SymbolCache::clear |
( |
| ) |
|
|
inline |
◆ getNearestSymbolTable()
SymbolTable& detail::SymbolCache::getNearestSymbolTable |
( |
Operation * |
op | ) |
|
|
inline |
◆ getNearestSymbolUserMap()
SymbolUserMap& detail::SymbolCache::getNearestSymbolUserMap |
( |
Operation * |
op | ) |
|
|
inline |
◆ getSymbolTable()
SymbolTable& detail::SymbolCache::getSymbolTable |
( |
Operation * |
op | ) |
|
|
inline |
◆ getSymbolUserMap()
SymbolUserMap& detail::SymbolCache::getSymbolUserMap |
( |
Operation * |
op | ) |
|
|
inline |
◆ tables
SymbolTableCollection detail::SymbolCache::tables |
|
private |
◆ userMaps
SmallDenseMap<Operation *, SymbolUserMap, 2> detail::SymbolCache::userMaps |
|
private |
The documentation for this struct was generated from the following file: