#include "circt/Dialect/Kanagawa/KanagawaDialect.h"
#include "circt/Dialect/Kanagawa/KanagawaOps.h"
#include "circt/Dialect/Kanagawa/KanagawaPasses.h"
#include "circt/Dialect/Kanagawa/KanagawaTypes.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/Kanagawa/KanagawaPasses.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::kanagawa |
| |
◆ DEBUG_TYPE
| #define DEBUG_TYPE "kanagawa-eliminate-redundant-ops" |
◆ GEN_PASS_DEF_KANAGAWAELIMINATEREDUNDANTOPS
| #define GEN_PASS_DEF_KANAGAWAELIMINATEREDUNDANTOPS |
◆ eliminateRedundantGetPortOps()
| static void eliminateRedundantGetPortOps |
( |
ContainerOp |
containerOp | ) |
|
|
static |
◆ eliminateRedundantPortReadOps()
| static void eliminateRedundantPortReadOps |
( |
ContainerOp |
containerOp | ) |
|
|
static |