#include "circt/Dialect/Comb/CombOps.h"
#include "circt/Dialect/Comb/CombPasses.h"
#include "mlir/Analysis/DataFlow/DeadCodeAnalysis.h"
#include "mlir/Analysis/DataFlow/IntegerRangeAnalysis.h"
#include "mlir/Analysis/DataFlowFramework.h"
#include "mlir/Transforms/WalkPatternRewriteDriver.h"
#include "circt/Dialect/Comb/Passes.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::comb |
| |
|
| static LogicalResult | collectRanges (DataFlowSolver &solver, ValueRange values, SmallVectorImpl< ConstantIntRanges > &ranges) |
| | Gather ranges for all the values in values.
|
| |
◆ GEN_PASS_DEF_COMBOVERFLOWANNOTATING
| #define GEN_PASS_DEF_COMBOVERFLOWANNOTATING |
◆ collectRanges()
| static LogicalResult collectRanges |
( |
DataFlowSolver & |
solver, |
|
|
ValueRange |
values, |
|
|
SmallVectorImpl< ConstantIntRanges > & |
ranges |
|
) |
| |
|
static |
Gather ranges for all the values in values.
Appends to the existing vector.
Definition at line 30 of file IntRangeAnnotations.cpp.