Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::reduce |
| |
|
| void | circt::reduce::pruneUnusedOps (SmallVectorImpl< Operation * > &worklist, Reduction &reduction) |
| | Starting from an initial worklist of operations, traverse through it and its operands and erase operations that have no more uses.
|
| |
| 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.
|
| |