Home
last modified time | relevance | path

Searched refs:UpdateTo (Results 1 – 13 of 13) 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()
226 edge.UpdateTo(control); in ReplaceWithValue()
233 edge.UpdateTo(effect); in ReplaceWithValue()
237 edge.UpdateTo(value); in ReplaceWithValue()
Dnode-properties.cc213 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()
Dgraph-trimmer.cc41 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.cc121 edge.UpdateTo(effect); in InlineCall()
123 edge.UpdateTo(control); in InlineCall()
125 edge.UpdateTo(frame_state); in InlineCall()
Dmemory-optimizer.cc298 edge.UpdateTo(effect); in VisitAllocate()
301 edge.UpdateTo(value); in VisitAllocate()
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
Dsimplified-lowering.cc1071 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()
Djs-typed-lowering.cc172 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()
Deffect-control-linearizer.cc107 edge.UpdateTo(NodeProperties::GetEffectInput(node)); in RemoveRegionNode()
111 edge.UpdateTo(node->InputAt(0)); in RemoveRegionNode()
Dscheduler.cc1507 edge.UpdateTo(use_node); in SplitNode()
/external/v8/test/unittests/compiler/
Descape-analysis-unittest.cc129 edge.UpdateTo(control_); in EndGraph()