CIRCT  19.0.0git
Functions
EarlyCodeMotionPass.cpp File Reference
#include "PassDetails.h"
#include "TemporalRegions.h"
#include "circt/Dialect/LLHD/Transforms/Passes.h"
#include "circt/Support/LLVM.h"
#include "mlir/IR/Dominance.h"
Include dependency graph for EarlyCodeMotionPass.cpp:

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...
 

Function Documentation

◆ intersection()

static SmallVector<Block *, 8> intersection ( SmallVectorImpl< Block * > &  v1,
SmallVectorImpl< Block * > &  v2 
)
static

Calculate intersection of two vectors, returns a new vector.

Definition at line 29 of file EarlyCodeMotionPass.cpp.

Referenced by hasRequiredPorts().