CIRCT 20.0.0git
Loading...
Searching...
No Matches
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

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