CIRCT 23.0.0git
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
ProceduralRegionTrait.h File Reference
#include "circt/Support/LLVM.h"
#include "mlir/IR/OpDefinition.h"
#include "llvm/Support/LogicalResult.h"
Include dependency graph for ProceduralRegionTrait.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  circt::ProceduralRegion< ConcreteType >
 Signals that an operation's regions are procedural. More...
 
class  circt::NonProceduralRegion< ConcreteType >
 Signals that an operation's regions are non-procedural. More...
 
class  circt::ProceduralOp< ConcreteType >
 Signals that an operation must not be in a non-procedural region. More...
 
class  circt::NonProceduralOp< ConcreteType >
 Signals that an operation must not be in a procedural region. More...
 

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.