Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-reducer.cc183 edge.UpdateTo(replacement); in Replace()
194 edge.UpdateTo(replacement); in Replace()
226 edge.UpdateTo(dead_); in ReplaceWithValue()
230 edge.UpdateTo(control); in ReplaceWithValue()
237 edge.UpdateTo(effect); in ReplaceWithValue()
241 edge.UpdateTo(value); in ReplaceWithValue()
Dnode-properties.cc212 edge.UpdateTo(success); in ReplaceUses()
215 edge.UpdateTo(exception); in ReplaceUses()
218 edge.UpdateTo(success); in ReplaceUses()
222 edge.UpdateTo(effect); in ReplaceUses()
225 edge.UpdateTo(value); in ReplaceUses()
Dgraph-trimmer.cc41 edge.UpdateTo(nullptr); in TrimGraph()
Djs-inlining.cc131 edge.UpdateTo(effect); in InlineCall()
133 edge.UpdateTo(control); in InlineCall()
135 edge.UpdateTo(frame_state); in InlineCall()
Dmemory-optimizer.cc332 edge.UpdateTo(effect); in VisitAllocate()
335 edge.UpdateTo(value); in VisitAllocate()
Dnode.h365 void UpdateTo(Node* new_to) { in UpdateTo() function
Djs-typed-lowering.cc212 edge.UpdateTo(jsgraph()->Dead()); in ChangeToSpeculativeOperator()
417 if (NodeProperties::IsEffectEdge(edge)) edge.UpdateTo(exception_effect); in ConvertBothInputsToNumber()
418 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value); in ConvertBothInputsToNumber()
660 edge.UpdateTo(vfalse); in ReduceCreateConsString()
1415 edge.UpdateTo(vfalse1); in ReduceJSOrdinaryHasInstance()
Dsimplified-lowering.cc162 edge.UpdateTo(control); in ReplaceEffectControlUses()
164 edge.UpdateTo(effect); in ReplaceEffectControlUses()
2783 edge.UpdateTo(throwing); in DoJSToNumberTruncatesToFloat64()
2788 edge.UpdateTo(effect); in DoJSToNumberTruncatesToFloat64()
2860 edge.UpdateTo(throwing); in DoJSToNumberTruncatesToWord32()
2865 edge.UpdateTo(effect); in DoJSToNumberTruncatesToWord32()
Deffect-control-linearizer.cc139 edge.UpdateTo(NodeProperties::GetEffectInput(node)); in RemoveRegionNode()
143 edge.UpdateTo(node->InputAt(0)); in RemoveRegionNode()
285 edge.UpdateTo((control == matcher.IfTrue()) ? phi_true : phi_false); in TryCloneBranch()
Dscheduler.cc1507 edge.UpdateTo(use_node); in SplitNode()
Djs-native-context-specialization.cc167 edge.UpdateTo(value); in ReduceJSInstanceOf()