CIRCT 21.0.0git
|
Stores the state information for condition checks involving sequential computation. More...
Public Member Functions | |
void | setSeqResReg (Operation *op, calyx::RegisterOp reg) |
calyx::RegisterOp | getSeqResReg (Operation *op) |
Private Attributes | |
DenseMap< Operation *, calyx::RegisterOp > | resultRegs |
Stores the state information for condition checks involving sequential computation.
Definition at line 276 of file SCFToCalyx.cpp.
|
inline |
Definition at line 286 of file SCFToCalyx.cpp.
References assert(), and resultRegs.
|
inline |
Definition at line 278 of file SCFToCalyx.cpp.
References assert(), and resultRegs.
|
private |
Definition at line 296 of file SCFToCalyx.cpp.
Referenced by getSeqResReg(), and setSeqResReg().