Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-reducer.cc199 edge.UpdateTo(replacement); in Replace()
210 edge.UpdateTo(replacement); in Replace()
242 edge.UpdateTo(dead_); in ReplaceWithValue()
246 edge.UpdateTo(control); in ReplaceWithValue()
251 edge.UpdateTo(effect); in ReplaceWithValue()
255 edge.UpdateTo(value); in ReplaceWithValue()
Dnode-properties.cc231 edge.UpdateTo(success); in ReplaceUses()
234 edge.UpdateTo(exception); in ReplaceUses()
237 edge.UpdateTo(success); in ReplaceUses()
241 edge.UpdateTo(effect); in ReplaceUses()
244 edge.UpdateTo(value); in ReplaceUses()
Dgraph-trimmer.cc40 edge.UpdateTo(nullptr); in TrimGraph()
Djs-inlining.cc133 edge.UpdateTo(effect); in InlineCall()
135 edge.UpdateTo(control); in InlineCall()
137 edge.UpdateTo(frame_state); in InlineCall()
Dmemory-optimizer.cc322 edge.UpdateTo(effect); in VisitAllocateRaw()
324 edge.UpdateTo(value); in VisitAllocateRaw()
327 edge.UpdateTo(control); in VisitAllocateRaw()
Descape-analysis-reducer.cc266 edge.UpdateTo(arguments_length_state); in Finalize()
Djs-generic-lowering.cc815 edge.UpdateTo(node); in LowerJSStackCheck()
819 edge.UpdateTo(node); in LowerJSStackCheck()
Dnode.h372 void UpdateTo(Node* new_to) { in UpdateTo() function
Dsimplified-lowering.cc164 edge.UpdateTo(control); in ReplaceEffectControlUses()
166 edge.UpdateTo(effect); in ReplaceEffectControlUses()
3390 edge.UpdateTo(control); in DoJSToNumberOrNumericTruncatesToFloat64()
3393 edge.UpdateTo(effect); in DoJSToNumberOrNumericTruncatesToFloat64()
3485 edge.UpdateTo(control); in DoJSToNumberOrNumericTruncatesToWord32()
3488 edge.UpdateTo(effect); in DoJSToNumberOrNumericTruncatesToWord32()
Djs-typed-lowering.cc1991 edge.UpdateTo(effect); in ReduceJSForInPrepare()
1994 edge.UpdateTo(control); in ReduceJSForInPrepare()
Dscheduler.cc1540 edge.UpdateTo(use_node); in SplitNode()
Deffect-control-linearizer.cc159 edge.UpdateTo(NodeProperties::GetEffectInput(node)); in RemoveRenameNode()
163 edge.UpdateTo(node->InputAt(0)); in RemoveRenameNode()
307 edge.UpdateTo((control == matcher.IfTrue()) ? phi_true : phi_false); in TryCloneBranch()
Djs-native-context-specialization.cc297 edge.UpdateTo(value); in ReduceJSInstanceOf()