Class: Kumi::IR::Loop::Lower::DefSite
- Inherits:
-
Struct
- Object
- Struct
- Kumi::IR::Loop::Lower::DefSite
- Defined in:
- lib/kumi/ir/loop/lower.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#loop_chain ⇒ Object
Returns the value of attribute loop_chain.
-
#node ⇒ Object
Returns the value of attribute node.
-
#reg ⇒ Object
Returns the value of attribute reg.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
59 60 61 |
# File 'lib/kumi/ir/loop/lower.rb', line 59 def body @body end |
#loop_chain ⇒ Object
Returns the value of attribute loop_chain
59 60 61 |
# File 'lib/kumi/ir/loop/lower.rb', line 59 def loop_chain @loop_chain end |
#node ⇒ Object
Returns the value of attribute node
59 60 61 |
# File 'lib/kumi/ir/loop/lower.rb', line 59 def node @node end |
#reg ⇒ Object
Returns the value of attribute reg
59 60 61 |
# File 'lib/kumi/ir/loop/lower.rb', line 59 def reg @reg end |