Lines Matching refs:value
105 // Data structure to check that each {kIfValue} has a unique value.
113 // Check if each value is unique.
115 if_value_parameters.emplace(IfValueParametersOf(use->op()).value())
178 // Verify all value inputs actually produce a value.
180 Node* value = NodeProperties::GetValueInput(node, i);
181 CheckOutput(value, node, value->op()->ValueOutputCount(), "value");
186 value->op()->ValueOutputCount() <= 1);
189 // Verify all context inputs are value nodes.
302 // don't actually produce a value.
450 // OSR values have a value and a control input.