CIRCT  19.0.0git
Macros | Functions
RegisterOptimizer.cpp File Reference
#include "PassDetails.h"
#include "circt/Dialect/FIRRTL/Passes.h"
#include "circt/Support/Debug.h"
#include "mlir/IR/Dominance.h"
#include "mlir/IR/ImplicitLocOpBuilder.h"
#include "llvm/Support/Debug.h"
Include dependency graph for RegisterOptimizer.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "firrtl-register-optimizer"
 

Functions

template<typename T >
static bool canErase (T op)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "firrtl-register-optimizer"

Definition at line 21 of file RegisterOptimizer.cpp.

Function Documentation

◆ canErase()

template<typename T >
static bool canErase ( op)
static

Definition at line 28 of file RegisterOptimizer.cpp.

References circt::firrtl::hasDontTouch().