Class: Kumi::Core::Analyzer::Passes::LIR::InstructionSchedulingPass::Scheduler::Item
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Core::Analyzer::Passes::LIR::InstructionSchedulingPass::Scheduler::Item
- Defined in:
- lib/kumi/core/analyzer/passes/lir/instruction_scheduling_pass.rb
Instance Attribute Summary collapse
-
#defs ⇒ Object
Returns the value of attribute defs.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ops ⇒ Object
Returns the value of attribute ops.
-
#uses ⇒ Object
Returns the value of attribute uses.
Instance Attribute Details
#defs ⇒ Object
Returns the value of attribute defs
66 67 68 |
# File 'lib/kumi/core/analyzer/passes/lir/instruction_scheduling_pass.rb', line 66 def defs @defs end |
#id ⇒ Object
Returns the value of attribute id
66 67 68 |
# File 'lib/kumi/core/analyzer/passes/lir/instruction_scheduling_pass.rb', line 66 def id @id end |
#ops ⇒ Object
Returns the value of attribute ops
66 67 68 |
# File 'lib/kumi/core/analyzer/passes/lir/instruction_scheduling_pass.rb', line 66 def ops @ops end |
#uses ⇒ Object
Returns the value of attribute uses
66 67 68 |
# File 'lib/kumi/core/analyzer/passes/lir/instruction_scheduling_pass.rb', line 66 def uses @uses end |