Home
last modified time | relevance | path

Searched refs:control_output (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-inlining.cc425 Node* control_output = in InlineCall() local
446 effects.push_back(control_output); in InlineCall()
447 values.push_back(control_output); in InlineCall()
453 ReplaceWithValue(handler, value_output, effect_output, control_output); in InlineCall()
470 Node* control_output = graph()->NewNode(common()->Merge(return_count), in InlineCall() local
472 effects.push_back(control_output); in InlineCall()
489 ith_values.push_back(control_output); in InlineCall()
503 ReplaceWithValue(call, mcgraph()->Dead(), effect_output, control_output); in InlineCall()
506 ReplaceWithValue(call, values[0], effect_output, control_output); in InlineCall()
519 ReplaceWithValue(call, mcgraph()->Dead(), effect_output, control_output); in InlineCall()
Djs-inlining.cc184 Node* control_output = in InlineCall() local
189 values_effects.push_back(control_output); in InlineCall()
197 control_output); in InlineCall()
231 Node* control_output = graph()->NewNode(common()->Merge(input_count), in InlineCall() local
233 values.push_back(control_output); in InlineCall()
234 effects.push_back(control_output); in InlineCall()
241 ReplaceWithValue(call, value_output, effect_output, control_output); in InlineCall()