Lines Matching defs:value
97 uint32_t inlinee_index = static_cast<uint32_t>(info.value());
461 /* 4) Collect all return site value, effect, and control inputs into phis
478 // functions always return an additional 0 constant as a first return value.
486 Node* value = NodeProperties::GetValueInput(return_node, i + 1);
487 ith_values.push_back(value);
502 // Void function, no value uses.
505 // One return value. Just replace value uses of the call node with it.
517 // All value inputs are replaced by the above loop, so it is ok to use
518 // Dead() as a dummy for value replacement.