Searched refs:CreateOrMergeIntoPhi (Results 1 – 3 of 3) sorted by relevance
576 try_info->exception = builder_->CreateOrMergeIntoPhi( in CheckForException()619 : builder_->CreateOrMergeIntoPhi( in MergeValuesInto()672 to->locals[i] = builder_->CreateOrMergeIntoPhi( in Goto()
151 Node* CreateOrMergeIntoPhi(MachineRepresentation rep, Node* merge,
2842 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