Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
|
| LogicalResult | circt::verifyNotInProceduralRegion (Operation *op) |
| | Returns success if the operation has no closer surrounding parent marked as procedural region than its closest parent marked as non-procedural region.
|
| |
| LogicalResult | circt::verifyNotInNonProceduralRegion (Operation *op) |
| | Returns success if the operation has no closer surrounding parent marked as non-procedural region than its closest parent marked as procedural region.
|
| |