#include "PassDetail.h"
#include "circt/Transforms/Passes.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Operation.h"
#include "mlir/IR/Threading.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/SmallVector.h"
Go to the source code of this file.
|
| circt |
| This file defines an intermediate representation for circuits acting as an abstraction for constraints defined over an SMT's solver context.
|
|
◆ updateLocIfChanged()
template<typename OpOrBlockArgument >
static void updateLocIfChanged |
( |
OpOrBlockArgument * |
op, |
|
|
Location |
newLoc |
|
) |
| |
|
static |