CIRCT 23.0.0git
Loading...
Searching...
No Matches
Namespaces | Functions
ProceduralRegionTrait.cpp File Reference
#include "circt/Support/ProceduralRegionTrait.h"
Include dependency graph for ProceduralRegionTrait.cpp:

Go to the source code of this file.

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 

Functions

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.