Home
last modified time | relevance | path

Searched refs:UpdateTo (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/compiler/
Dgraph-reducer.cc179 edge.UpdateTo(replacement); in Replace()
190 edge.UpdateTo(replacement); in Replace()
222 edge.UpdateTo(dead_); in ReplaceWithValue()
229 edge.UpdateTo(effect); in ReplaceWithValue()
233 edge.UpdateTo(value); in ReplaceWithValue()
Dnode-properties.cc217 edge.UpdateTo(success); in ReplaceUses()
220 edge.UpdateTo(exception); in ReplaceUses()
226 edge.UpdateTo(effect); in ReplaceUses()
229 edge.UpdateTo(value); in ReplaceUses()
Dgraph-trimmer.cc40 edge.UpdateTo(nullptr); in TrimGraph()
Dloop-peeling.cc317 for (Edge edge : value_edges) edge.UpdateTo(phi); in Peel()
323 for (Edge edge : effect_edges) edge.UpdateTo(effect_phi); in Peel()
Djs-inlining.cc181 edge.UpdateTo(effect); in InlineCall()
183 edge.UpdateTo(control); in InlineCall()
185 edge.UpdateTo(frame_state); in InlineCall()
Dcontrol-flow-optimizer.cc190 edge.UpdateTo((control == matcher.IfTrue()) ? phi_true : phi_false); in TryCloneBranch()
Dnode.h363 void UpdateTo(Node* new_to) { in UpdateTo() function
Djs-generic-lowering.cc752 edge.UpdateTo(effect); in LowerJSForInPrepare()
759 edge.UpdateTo(cache_type_true0); in LowerJSForInPrepare()
Djs-typed-lowering.cc393 if (NodeProperties::IsEffectEdge(edge)) edge.UpdateTo(exception_effect); in ConvertBothInputsToNumber()
394 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value); in ConvertBothInputsToNumber()
2389 edge.UpdateTo(effect); in ReduceJSForInPrepare()
2396 edge.UpdateTo(cache_type_true0); in ReduceJSForInPrepare()
Dscheduler.cc1499 edge.UpdateTo(use_node); in SplitNode()
Dsimplified-lowering.cc1903 edge.UpdateTo(replacement); in ReplaceEffectUses()
/external/v8/test/unittests/compiler/
Descape-analysis-unittest.cc114 edge.UpdateTo(control_); in EndGraph()