struct
Ameba::AST::LivenessAnalyzer::Result
- Ameba::AST::LivenessAnalyzer::Result
- Struct
- Value
- Object
Defined in:
ameba/ast/liveness_analyzer.crConstructors
Instance Method Summary
- #clone
- #copy_with(dead_stores _dead_stores = @dead_stores, entry_live_set _entry_live_set = @entry_live_set)
- #dead_stores : Array(Assignment)
- #entry_live_set : LiveSet
Constructor Detail
Instance Method Detail
def copy_with(dead_stores _dead_stores = @dead_stores, entry_live_set _entry_live_set = @entry_live_set)
#