#include "TemporalRegions.h"
#include "circt/Dialect/LLHD/IR/LLHDOps.h"
#include "circt/Dialect/LLHD/Transforms/Passes.h"
#include "circt/Support/LLVM.h"
#include "mlir/IR/Dominance.h"
#include "mlir/Pass/Pass.h"
#include "circt/Dialect/LLHD/Transforms/Passes.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::llhd |
|
|
static SmallVector< Block *, 8 > | intersection (SmallVectorImpl< Block * > &v1, SmallVectorImpl< Block * > &v2) |
| Calculate intersection of two vectors, returns a new vector. More...
|
|
◆ GEN_PASS_DEF_EARLYCODEMOTION
#define GEN_PASS_DEF_EARLYCODEMOTION |
◆ intersection()
static SmallVector<Block *, 8> intersection |
( |
SmallVectorImpl< Block * > & |
v1, |
|
|
SmallVectorImpl< Block * > & |
v2 |
|
) |
| |
|
static |