Class: Kumi::IR::Loop::Lower::DefSite

Inherits:
Struct
  • Object
show all
Defined in:
lib/kumi/ir/loop/lower.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



59
60
61
# File 'lib/kumi/ir/loop/lower.rb', line 59

def body
  @body
end

#loop_chainObject

Returns the value of attribute loop_chain

Returns:

  • (Object)

    the current value of loop_chain



59
60
61
# File 'lib/kumi/ir/loop/lower.rb', line 59

def loop_chain
  @loop_chain
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



59
60
61
# File 'lib/kumi/ir/loop/lower.rb', line 59

def node
  @node
end

#regObject

Returns the value of attribute reg

Returns:

  • (Object)

    the current value of reg



59
60
61
# File 'lib/kumi/ir/loop/lower.rb', line 59

def reg
  @reg
end