Home
last modified time | relevance | path

Searched refs:MergeValue (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h103 Node* MergeValue(Node* value, Node* other_value, Node* control);
Dast-graph-builder.h214 Node* MergeValue(Node* value, Node* other, Node* control);
Dbytecode-graph-builder.cc267 context_ = builder()->MergeValue(context_, other->context_, control); in Merge()
269 values_[i] = builder()->MergeValue(values_[i], other->values_[i], control); in Merge()
2389 Node* BytecodeGraphBuilder::MergeValue(Node* value, Node* other, in MergeValue() function in v8::internal::compiler::BytecodeGraphBuilder
Dast-graph-builder.cc3011 values_[i] = builder_->MergeValue(values_[i], other->values_[i], control); in Merge()
3015 builder_->MergeValue(contexts_[i], other->contexts_[i], control); in Merge()
3166 Node* AstGraphBuilder::MergeValue(Node* value, Node* other, Node* control) { in MergeValue() function in v8::internal::compiler::AstGraphBuilder