#include "circt/Dialect/Arc/ArcOps.h"
#include "circt/Dialect/Arc/ArcPasses.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/SHA256.h"
#include <variant>
#include "circt/Dialect/Arc/ArcPasses.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::arc |
|
|
static void | addCallSiteOperands (SmallSetVector< mlir::CallOpInterface, 1 > &callSites, ArrayRef< std::variant< Operation *, unsigned >> operandMappings) |
|
static bool | isOutlinable (OpOperand &operand) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "arc-dedup" |
◆ GEN_PASS_DEF_DEDUP
#define GEN_PASS_DEF_DEDUP |
◆ addCallSiteOperands()
static void addCallSiteOperands |
( |
SmallSetVector< mlir::CallOpInterface, 1 > & |
callSites, |
|
|
ArrayRef< std::variant< Operation *, unsigned >> |
operandMappings |
|
) |
| |
|
static |
◆ isOutlinable()
static bool isOutlinable |
( |
OpOperand & |
operand | ) |
|
|
static |