Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-reducer.cc194 edge.UpdateTo(replacement); in Replace()
205 edge.UpdateTo(replacement); in Replace()
237 edge.UpdateTo(dead_); in ReplaceWithValue()
241 edge.UpdateTo(control); in ReplaceWithValue()
248 edge.UpdateTo(effect); in ReplaceWithValue()
252 edge.UpdateTo(value); in ReplaceWithValue()
Dnode-properties.cc215 edge.UpdateTo(success); in ReplaceUses()
218 edge.UpdateTo(exception); in ReplaceUses()
221 edge.UpdateTo(success); in ReplaceUses()
225 edge.UpdateTo(effect); in ReplaceUses()
228 edge.UpdateTo(value); in ReplaceUses()
Dgraph-trimmer.cc41 edge.UpdateTo(nullptr); in TrimGraph()
Djs-inlining.cc127 edge.UpdateTo(effect); in InlineCall()
129 edge.UpdateTo(control); in InlineCall()
131 edge.UpdateTo(frame_state); in InlineCall()
Dmemory-optimizer.cc305 edge.UpdateTo(effect); in VisitAllocate()
308 edge.UpdateTo(value); in VisitAllocate()
Djs-typed-lowering.cc283 edge.UpdateTo(jsgraph()->Dead()); in ChangeToSpeculativeOperator()
480 if (NodeProperties::IsEffectEdge(edge)) edge.UpdateTo(exception_effect); in ConvertBothInputsToNumber()
481 if (NodeProperties::IsValueEdge(edge)) edge.UpdateTo(exception_value); in ConvertBothInputsToNumber()
728 edge.UpdateTo(vfalse); in ReduceCreateConsString()
1548 edge.UpdateTo(vfalse1); in ReduceJSOrdinaryHasInstance()
Dnode.h381 void UpdateTo(Node* new_to) { in UpdateTo() function
Dsimplified-lowering.cc165 edge.UpdateTo(control); in ReplaceEffectControlUses()
167 edge.UpdateTo(effect); in ReplaceEffectControlUses()
2909 edge.UpdateTo(throwing); in DoJSToNumberTruncatesToFloat64()
2914 edge.UpdateTo(effect); in DoJSToNumberTruncatesToFloat64()
2986 edge.UpdateTo(throwing); in DoJSToNumberTruncatesToWord32()
2991 edge.UpdateTo(effect); in DoJSToNumberTruncatesToWord32()
Deffect-control-linearizer.cc141 edge.UpdateTo(NodeProperties::GetEffectInput(node)); in RemoveRegionNode()
145 edge.UpdateTo(node->InputAt(0)); in RemoveRegionNode()
287 edge.UpdateTo((control == matcher.IfTrue()) ? phi_true : phi_false); in TryCloneBranch()
Dscheduler.cc1507 edge.UpdateTo(use_node); in SplitNode()
Djs-native-context-specialization.cc249 edge.UpdateTo(value); in ReduceJSInstanceOf()