CIRCT  19.0.0git
Public Attributes | List of all members
circt::handshake::HandshakeLowering::MergeOpInfo Struct Reference

#include <CFToHandshake.h>

Collaboration diagram for circt::handshake::HandshakeLowering::MergeOpInfo:
Collaboration graph
[legend]

Public Attributes

Operation * op
 
Value val
 
SmallVector< BackedgedataEdges
 
std::optional< BackedgeindexEdge {}
 

Detailed Description

Definition at line 52 of file CFToHandshake.h.

Member Data Documentation

◆ dataEdges

SmallVector<Backedge> circt::handshake::HandshakeLowering::MergeOpInfo::dataEdges

Definition at line 55 of file CFToHandshake.h.

◆ indexEdge

std::optional<Backedge> circt::handshake::HandshakeLowering::MergeOpInfo::indexEdge {}

Definition at line 56 of file CFToHandshake.h.

◆ op

Operation* circt::handshake::HandshakeLowering::MergeOpInfo::op

Definition at line 53 of file CFToHandshake.h.

Referenced by getMergeOperand().

◆ val

Value circt::handshake::HandshakeLowering::MergeOpInfo::val

Definition at line 54 of file CFToHandshake.h.

Referenced by getMergeOperand().


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