#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "circt/Dialect/FIRRTL/FIRRTLTypes.h"
#include "circt/Dialect/FIRRTL/FIRRTLUtils.h"
#include "circt/Dialect/FIRRTL/FIRRTLVisitors.h"
#include "circt/Dialect/FIRRTL/Passes.h"
#include "circt/Support/FieldRef.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/STLExtras.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::firrtl |
|
|
static void | mergeBlock (Block &destination, Block::iterator insertPoint, Block &source) |
| Move all operations from a source block in to a destination block. More...
|
|
◆ GEN_PASS_DEF_EXPANDWHENS
#define GEN_PASS_DEF_EXPANDWHENS |
◆ DriverMap
◆ ScopedDriverMap
This is a determistic mapping of a FieldRef to the last operation which set a value to it.
Definition at line 117 of file ExpandWhens.cpp.
◆ mergeBlock()
static void mergeBlock |
( |
Block & |
destination, |
|
|
Block::iterator |
insertPoint, |
|
|
Block & |
source |
|
) |
| |
|
static |
Move all operations from a source block in to a destination block.
Leaves the source block empty.
Definition at line 35 of file ExpandWhens.cpp.
Referenced by buildMergeBlocks().