| 689 | } |
| 690 | |
| 691 | CompNodeValue::ref_t CompiledTransformation::TracedValue::comp_node() const { |
| 692 | return m_var->device; |
| 693 | } |
| 694 | |
| 695 | DeviceValue::ref_t CompiledTransformation::TracedValue::data() const { |
| 696 | trace_assert(m_accessor->data_getter, "data unreadable"); |
no outgoing calls
no test coverage detected