CIRCT  19.0.0git
Namespaces | Functions
Naming.h File Reference
#include "circt/Support/LLVM.h"
Include dependency graph for Naming.h:
This graph shows which files directly or indirectly include this file:

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...