Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc576 try_info->exception = builder_->CreateOrMergeIntoPhi( in CheckForException()
619 : builder_->CreateOrMergeIntoPhi( in MergeValuesInto()
672 to->locals[i] = builder_->CreateOrMergeIntoPhi( in Goto()
/external/v8/src/compiler/
Dwasm-compiler.h151 Node* CreateOrMergeIntoPhi(MachineRepresentation rep, Node* merge,
Dwasm-compiler.cc2842 to->mem_size = CreateOrMergeIntoPhi(MachineType::PointerRepresentation(), in MergeInstanceCacheInto()
2844 to->mem_start = CreateOrMergeIntoPhi(MachineType::PointerRepresentation(), in MergeInstanceCacheInto()
2847 to->mem_mask = CreateOrMergeIntoPhi(MachineType::PointerRepresentation(), in MergeInstanceCacheInto()
2852 Node* WasmGraphBuilder::CreateOrMergeIntoPhi(MachineRepresentation rep, in CreateOrMergeIntoPhi() function in v8::internal::compiler::WasmGraphBuilder