#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.
|
static LogicalResult | lockRegion (Region &r, OpBuilder &rewriter) |
| Adds a locking mechanism around the region. More...
|
|
◆ GEN_PASS_DEF_HANDSHAKELOCKFUNCTIONS
#define GEN_PASS_DEF_HANDSHAKELOCKFUNCTIONS |
◆ lockRegion()
static LogicalResult lockRegion |
( |
Region & |
r, |
|
|
OpBuilder & |
rewriter |
|
) |
| |
|
static |