|
CIRCT 22.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 65 of file ImportVerilogInternals.h.
| Block* circt::ImportVerilog::LoopFrame::breakBlock |
The block to jump to from a break statement.
Definition at line 69 of file ImportVerilogInternals.h.
| Block* circt::ImportVerilog::LoopFrame::continueBlock |
The block to jump to from a continue statement.
Definition at line 67 of file ImportVerilogInternals.h.