#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"
#include "circt/Transforms/Passes.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
◆ GEN_PASS_DEF_STRIPDEBUGINFOWITHPRED
#define GEN_PASS_DEF_STRIPDEBUGINFOWITHPRED |
◆ updateLocIfChanged()
template<typename OpOrBlockArgument >
static void updateLocIfChanged |
( |
OpOrBlockArgument * |
op, |
|
|
Location |
newLoc |
|
) |
| |
|
static |