CIRCT
18.0.0git
|
#include "PassDetails.h"
#include "TemporalRegions.h"
#include "circt/Dialect/LLHD/Transforms/Passes.h"
#include "circt/Support/LLVM.h"
#include "mlir/IR/Dominance.h"
Go to the source code of this file.
Functions | |
static SmallVector< Block *, 8 > | intersection (SmallVectorImpl< Block * > &v1, SmallVectorImpl< Block * > &v2) |
Calculate intersection of two vectors, returns a new vector. More... | |
|
static |
Calculate intersection of two vectors, returns a new vector.
Definition at line 29 of file EarlyCodeMotionPass.cpp.
Referenced by hasRequiredPorts().