CIRCT  19.0.0git
Functions
ArcFolds.cpp File Reference
#include "circt/Dialect/Arc/ArcOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Support/LogicalResult.h"
Include dependency graph for ArcFolds.cpp:

Go to the source code of this file.

Functions

static bool isAlways (Attribute attr, bool expected)
 
static bool isAlways (Value value, bool expected)
 
static bool removeUnusedClockDomainInputs (ClockDomainOp op, PatternRewriter &rewriter)
 
static bool removeUnusedClockDomainOutputs (ClockDomainOp op, PatternRewriter &rewriter)
 

Function Documentation

◆ isAlways() [1/2]

static bool isAlways ( Attribute  attr,
bool  expected 
)
static

Definition at line 22 of file ArcFolds.cpp.

◆ isAlways() [2/2]

static bool isAlways ( Value  value,
bool  expected 
)
static

Definition at line 28 of file ArcFolds.cpp.

◆ removeUnusedClockDomainInputs()

static bool removeUnusedClockDomainInputs ( ClockDomainOp  op,
PatternRewriter &  rewriter 
)
static

Definition at line 112 of file ArcFolds.cpp.

◆ removeUnusedClockDomainOutputs()

static bool removeUnusedClockDomainOutputs ( ClockDomainOp  op,
PatternRewriter &  rewriter 
)
static

Definition at line 126 of file ArcFolds.cpp.