#include "circt/Dialect/LLHD/IR/LLHDOps.h"
#include "circt/Dialect/LLHD/Transforms/LLHDPasses.h"
#include "mlir/Analysis/Liveness.h"
#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include "mlir/IR/Matchers.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/LLHD/Transforms/LLHDPasses.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::llhd |
| |
|
| static llvm::raw_ostream & | operator<< (llvm::raw_ostream &os, const DriveValue &dv) |
| |
◆ DEBUG_TYPE
| #define DEBUG_TYPE "llhd-hoist-signals" |
◆ GEN_PASS_DEF_HOISTSIGNALSPASS
| #define GEN_PASS_DEF_HOISTSIGNALSPASS |
◆ operator<<()
| static llvm::raw_ostream & operator<< |
( |
llvm::raw_ostream & |
os, |
|
|
const DriveValue & |
dv |
|
) |
| |
|
static |