Searched refs:UpdateTo (Results 1 – 13 of 13) sorted by relevance
179 edge.UpdateTo(replacement); in Replace()190 edge.UpdateTo(replacement); in Replace()222 edge.UpdateTo(dead_); in ReplaceWithValue()226 edge.UpdateTo(control); in ReplaceWithValue()233 edge.UpdateTo(effect); in ReplaceWithValue()237 edge.UpdateTo(value); in ReplaceWithValue()
213 edge.UpdateTo(success); in ReplaceUses()216 edge.UpdateTo(exception); in ReplaceUses()219 edge.UpdateTo(success); in ReplaceUses()223 edge.UpdateTo(effect); in ReplaceUses()226 edge.UpdateTo(value); in ReplaceUses()
41 edge.UpdateTo(nullptr); in TrimGraph()
317 for (Edge edge : value_edges) edge.UpdateTo(phi); in Peel()323 for (Edge edge : effect_edges) edge.UpdateTo(effect_phi); in Peel()
121 edge.UpdateTo(effect); in InlineCall()123 edge.UpdateTo(control); in InlineCall()125 edge.UpdateTo(frame_state); in InlineCall()
298 edge.UpdateTo(effect); in VisitAllocate()301 edge.UpdateTo(value); in VisitAllocate()
190 edge.UpdateTo((control == matcher.IfTrue()) ? phi_true : phi_false); in TryCloneBranch()
363 void UpdateTo(Node* new_to) { in UpdateTo() function
1071 edge.UpdateTo(control); in ReplaceEffectControlUses()1073 edge.UpdateTo(effect); in ReplaceEffectControlUses()2260 edge.UpdateTo(throwing); in DoJSToNumberTruncatesToFloat64()2265 edge.UpdateTo(effect); in DoJSToNumberTruncatesToFloat64()2337 edge.UpdateTo(throwing); in DoJSToNumberTruncatesToWord32()2342 edge.UpdateTo(effect); in DoJSToNumberTruncatesToWord32()
172 edge.UpdateTo(jsgraph()->Dead()); in ChangeToSpeculativeOperator()359 if (NodeProperties::IsEffectEdge(edge)) edge.UpdateTo(exception_effect); in ConvertBothInputsToNumber()360 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value); in ConvertBothInputsToNumber()
107 edge.UpdateTo(NodeProperties::GetEffectInput(node)); in RemoveRegionNode()111 edge.UpdateTo(node->InputAt(0)); in RemoveRegionNode()
1507 edge.UpdateTo(use_node); in SplitNode()
129 edge.UpdateTo(control_); in EndGraph()