Go to the source code of this file.
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
|
bool | circt::isUselessName (StringRef name) |
| Return true if this is a possibly useless temporary name.
|
|
StringRef | circt::chooseName (StringRef a, StringRef b) |
| Choose a good name for an item from two options.
|
|
StringAttr | circt::chooseName (StringAttr a, StringAttr b) |
| Choose a good name for an item from two options.
|
|
StringAttr | circt::chooseName (Operation *a, Operation *b) |
| Choose the better name between two ops.
|
|