Loading [MathJax]/extensions/tex2jax.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Functions
HoistSignals.cpp File Reference
#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/IR/Matchers.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/LLHD/Transforms/LLHDPasses.h.inc"
Include dependency graph for HoistSignals.cpp:

Go to the source code of this file.

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
namespace  circt::llhd
 

Macros

#define DEBUG_TYPE   "llhd-hoist-signals"
 
#define GEN_PASS_DEF_HOISTSIGNALSPASS
 

Functions

static llvm::raw_ostream & operator<< (llvm::raw_ostream &os, const DriveValue &dv)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "llhd-hoist-signals"

Definition at line 16 of file HoistSignals.cpp.

◆ GEN_PASS_DEF_HOISTSIGNALSPASS

#define GEN_PASS_DEF_HOISTSIGNALSPASS

Definition at line 20 of file HoistSignals.cpp.

Function Documentation

◆ operator<<()

static llvm::raw_ostream & operator<< ( llvm::raw_ostream &  os,
const DriveValue &  dv 
)
static

Definition at line 260 of file HoistSignals.cpp.