Home
last modified time | relevance | path

Searched refs:UpdateTo (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dgraph-reducer.cc226 edge.UpdateTo(replacement); in Replace()
237 edge.UpdateTo(replacement); in Replace()
269 edge.UpdateTo(dead_); in ReplaceWithValue()
273 edge.UpdateTo(control); in ReplaceWithValue()
278 edge.UpdateTo(effect); in ReplaceWithValue()
282 edge.UpdateTo(value); in ReplaceWithValue()
H A Dnode-properties.cc185 edge.UpdateTo(success); in ReplaceUses()
188 edge.UpdateTo(exception); in ReplaceUses()
191 edge.UpdateTo(success); in ReplaceUses()
195 edge.UpdateTo(effect); in ReplaceUses()
198 edge.UpdateTo(value); in ReplaceUses()
H A Dgraph-trimmer.cc40 edge.UpdateTo(nullptr); in TrimGraph()
H A Dadd-type-assertions-reducer.cc42 edge.UpdateTo(assertion); in Reduce()
H A Dwasm-inlining.cc271 edge.UpdateTo(effect); in RewireFunctionEntry()
275 edge.UpdateTo(use->opcode() == IrOpcode::kProjection in RewireFunctionEntry()
300 edge_to_end.UpdateTo(mcgraph()->Dead()); in InlineTailCall()
H A Dwasm-loop-peeling.cc95 use_edge.UpdateTo(loop_node->InputAt(0)); in PeelWasmLoop()
H A Djs-inlining.cc152 edge.UpdateTo(effect); in InlineCall()
154 edge.UpdateTo(control); in InlineCall()
156 edge.UpdateTo(frame_state); in InlineCall()
H A Djs-generic-lowering.cc1103 edge.UpdateTo(effect); in LowerJSForInPrepare()
1105 edge.UpdateTo(control); in LowerJSForInPrepare()
1230 edge.UpdateTo(node); in LowerJSStackCheck()
1234 edge.UpdateTo(node); in LowerJSStackCheck()
H A Descape-analysis-reducer.cc252 edge.UpdateTo(arguments_length_state); in Finalize()
H A Dnode.h435 void UpdateTo(Node* new_to) { in UpdateTo() function in v8::internal::compiler::final
H A Dsimplified-lowering.cc185 edge.UpdateTo(control); in ReplaceEffectControlUses()
187 edge.UpdateTo(effect); in ReplaceEffectControlUses()
4353 edge.UpdateTo(unreachable); in InsertUnreachableIfNecessary()
4478 edge.UpdateTo(control); in DoJSToNumberOrNumericTruncatesToFloat64()
4481 edge.UpdateTo(effect); in DoJSToNumberOrNumericTruncatesToFloat64()
4573 edge.UpdateTo(control); in DoJSToNumberOrNumericTruncatesToWord32()
4576 edge.UpdateTo(effect); in DoJSToNumberOrNumericTruncatesToWord32()
H A Djs-typed-lowering.cc2056 edge.UpdateTo(effect); in ReduceJSForInPrepare()
2059 edge.UpdateTo(control); in ReduceJSForInPrepare()
H A Dscheduler.cc1707 edge.UpdateTo(use_node); in SplitNode()
H A Deffect-control-linearizer.cc443 edge.UpdateTo(NodeProperties::GetEffectInput(node)); in RemoveRenameNode()
447 edge.UpdateTo(node->InputAt(0)); in RemoveRenameNode()
591 edge.UpdateTo((control == matcher.IfTrue()) ? phi_true : phi_false); in TryCloneBranch()
H A Djs-native-context-specialization.cc504 edge.UpdateTo(value); in ReduceJSInstanceOf()

Completed in 42 milliseconds