CIRCT  20.0.0git
Public Attributes | List of all members
circt::ImportVerilog::LoopFrame Struct Reference

Information about a loops continuation and exit blocks relevant while lowering the loop's body statements. More...

#include <ImportVerilogInternals.h>

Collaboration diagram for circt::ImportVerilog::LoopFrame:
Collaboration graph
[legend]

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...
 

Detailed Description

Information about a loops continuation and exit blocks relevant while lowering the loop's body statements.

Definition at line 54 of file ImportVerilogInternals.h.

Member Data Documentation

◆ breakBlock

Block* circt::ImportVerilog::LoopFrame::breakBlock

The block to jump to from a break statement.

Definition at line 58 of file ImportVerilogInternals.h.

◆ continueBlock

Block* circt::ImportVerilog::LoopFrame::continueBlock

The block to jump to from a continue statement.

Definition at line 56 of file ImportVerilogInternals.h.


The documentation for this struct was generated from the following file: