|
CIRCT 23.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. | |
| Block * | breakBlock |
The block to jump to from a break statement. | |
Information about a loops continuation and exit blocks relevant while lowering the loop's body statements.
Definition at line 66 of file ImportVerilogInternals.h.
| Block* circt::ImportVerilog::LoopFrame::breakBlock |
The block to jump to from a break statement.
Definition at line 70 of file ImportVerilogInternals.h.
| Block* circt::ImportVerilog::LoopFrame::continueBlock |
The block to jump to from a continue statement.
Definition at line 68 of file ImportVerilogInternals.h.