CIRCT 22.0.0git
|
Go to the source code of this file.
Classes | |
struct | circt::reduce::InnerSymbolUses |
A helper struct that scans a root operation and all its nested operations for InnerRefAttr s. More... | |
Namespaces | |
namespace | circt |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
namespace | circt::reduce |
Functions | |
void | circt::reduce::pruneUnusedOps (Operation *initialOp, Reduction &reduction) |
Starting at the given op , traverse through it and its operands and erase operations that have no more uses. | |