CIRCT
20.0.0git
|
#include "circt/Support/LLVM.h"
Go to the source code of this file.
Namespaces | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
Functions | |
bool | circt::isUselessName (StringRef name) |
Return true if this is a possibly useless temporary name. More... | |
StringRef | circt::chooseName (StringRef a, StringRef b) |
Choose a good name for an item from two options. More... | |
StringAttr | circt::chooseName (StringAttr a, StringAttr b) |
Choose a good name for an item from two options. More... | |
StringAttr | circt::chooseName (Operation *a, Operation *b) |
Choose the better name between two ops. More... | |