Searched refs:new_output_count (Results 1 – 2 of 2) sorted by relevance
243 int new_output_count = node->op()->ValueOutputCount() + delta; in LowerNode() local244 NodeProperties::ChangeOp(node, common()->Start(new_output_count)); in LowerNode()
251 int new_output_count = node->op()->ValueOutputCount() + delta; in LowerNode() local252 NodeProperties::ChangeOp(node, common()->Start(new_output_count)); in LowerNode()