#include "circt/Transforms/Passes.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/IR/MLIRContext.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Support/LogicalResult.h"
#include "mlir/Transforms/DialectConversion.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/raw_ostream.h"
#include "circt/Transforms/Passes.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
◆ GEN_PASS_DEF_MAXIMIZESSA
| #define GEN_PASS_DEF_MAXIMIZESSA |
◆ addArgToTerminator()
| static LogicalResult addArgToTerminator |
( |
Block * |
block, |
|
|
Block * |
predBlock, |
|
|
Value |
value |
|
) |
| |
|
static |
◆ getDefiningBlock()
| static Block * getDefiningBlock |
( |
Value |
value | ) |
|
|
static |