CIRCT
20.0.0git
|
Information about a loops continuation and exit blocks relevant while lowering the loop's body statements. More...
#include <ImportVerilogInternals.h>
Public Attributes | |
Block * | continueBlock |
The block to jump to from a continue statement. More... | |
Block * | breakBlock |
The block to jump to from a break statement. More... | |
Information about a loops continuation and exit blocks relevant while lowering the loop's body statements.
Definition at line 54 of file ImportVerilogInternals.h.
Block* circt::ImportVerilog::LoopFrame::breakBlock |
The block to jump to from a break
statement.
Definition at line 58 of file ImportVerilogInternals.h.
Block* circt::ImportVerilog::LoopFrame::continueBlock |
The block to jump to from a continue
statement.
Definition at line 56 of file ImportVerilogInternals.h.