hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
IRFunctionOptimizer::VariablesExtraInfo Struct Reference

#include <IROptimizer.hpp>

Collaboration diagram for IRFunctionOptimizer::VariablesExtraInfo:

Public Attributes

bool hasPossibleValue
 
bool isReadAfterStore
 
SimulationStack::Item possibleValue
 

Detailed Description

Definition at line 213 of file IROptimizer.hpp.

Member Data Documentation

◆ hasPossibleValue

bool hasPossibleValue

Definition at line 214 of file IROptimizer.hpp.

Referenced by yoi::mergeStates().

◆ isReadAfterStore

bool isReadAfterStore

Definition at line 215 of file IROptimizer.hpp.

◆ possibleValue

SimulationStack::Item possibleValue

Definition at line 216 of file IROptimizer.hpp.


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