Jlm
Public Attributes | List of all members
jlm::rvsdg::GammaNode::MatchVar Struct Reference

The match/discriminator variable of this gamma node. More...

#include <gamma.hpp>

Collaboration diagram for jlm::rvsdg::GammaNode::MatchVar:
Collaboration graph
[legend]

Public Attributes

rvsdg::Inputinput
 The variable matched over (i.e. the "selector" of the gamma branch). More...
 
std::vector< rvsdg::Output * > matchContent
 The content of the match per branch. More...
 

Detailed Description

The match/discriminator variable of this gamma node.

Definition at line 115 of file gamma.hpp.

Member Data Documentation

◆ input

rvsdg::Input* jlm::rvsdg::GammaNode::MatchVar::input

The variable matched over (i.e. the "selector" of the gamma branch).

Definition at line 120 of file gamma.hpp.

◆ matchContent

std::vector<rvsdg::Output *> jlm::rvsdg::GammaNode::MatchVar::matchContent

The content of the match per branch.

Definition at line 124 of file gamma.hpp.


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