Home
last modified time | relevance | path

Searched refs:SetEffectControl (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h419 void SetEffectControl(Node* effect, Node* control);
420 Node* SetEffectControl(Node* effect_and_control) { in SetEffectControl() function
421 SetEffectControl(effect_and_control, effect_and_control); in SetEffectControl()
Dwasm-compiler.cc546 SetEffectControl(start); in Start()
600 SetEffectControl(loop_exit_effect, loop_exit); in LoopExit()
781 SetEffectControl(call, if_false); in StackCheck()
801 SetEffectControl(ephi, merge); in StackCheck()
810 SetEffectControl(dummy); in PatchInStackCheckIfNeeded()
2481 SetEffectControl(is_32_bit.EffectPhi(effect(), old_effect), is_32_bit.merge); in MemoryGrow()
3614 SetEffectControl(node, control()); in SetEffect()
3619 SetEffectControl(effect(), node); in SetControl()
3623 void WasmGraphBuilder::SetEffectControl(Node* effect, Node* control) { in SetEffectControl() function in v8::internal::compiler::WasmGraphBuilder
4245 SetEffectControl(bounds_check.EffectPhi(load, effect()), bounds_check.merge); in BuildAsmjsLoadMem()
[all …]
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc721 builder_->SetEffectControl(initial_effect, failure_control); in CallRef()
739 builder_->SetEffectControl(effect, control); in CallRef()
788 builder_->SetEffectControl(initial_effect, failure_control); in ReturnCallRef()
1396 builder_->SetEffectControl(env->effect, env->control); in SetEnv()