struct Ameba::AST::LivenessAnalyzer::Result

Defined in:

ameba/ast/liveness_analyzer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(dead_stores : Array(Assignment), entry_live_set : LiveSet) #

Instance Method Detail

def clone #

def copy_with(dead_stores _dead_stores = @dead_stores, entry_live_set _entry_live_set = @entry_live_set) #

def dead_stores : Array(Assignment) #

def entry_live_set : LiveSet #