#include "circt/Dialect/Handshake/HandshakeOps.h"
#include "circt/Dialect/Handshake/HandshakePasses.h"
#include "circt/Support/BackedgeBuilder.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Rewrite/FrozenRewritePatternSet.h"
#include "mlir/Transforms/DialectConversion.h"
#include "circt/Dialect/Handshake/HandshakePasses.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::handshake |
| |
|
| static LogicalResult | lockRegion (Region &r, OpBuilder &rewriter) |
| | Adds a locking mechanism around the region.
|
| |
◆ GEN_PASS_DEF_HANDSHAKELOCKFUNCTIONS
| #define GEN_PASS_DEF_HANDSHAKELOCKFUNCTIONS |
◆ lockRegion()
| static LogicalResult lockRegion |
( |
Region & |
r, |
|
|
OpBuilder & |
rewriter |
|
) |
| |
|
static |