Searched refs:MergeValue (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 124 Node* MergeValue(Node* value, Node* other_value, Node* control);
|
D | bytecode-graph-builder.cc | 303 context_ = builder()->MergeValue(context_, other->context_, control); in Merge() 305 values_[i] = builder()->MergeValue(values_[i], other->values_[i], control); in Merge() 324 builder()->MergeValue(values_[index], other->values_[index], control); in Merge() 338 builder()->MergeValue(values_[accumulator_base()], in Merge() 346 generator_state_ = builder()->MergeValue(generator_state_, in Merge() 3517 Node* BytecodeGraphBuilder::MergeValue(Node* value, Node* other, in MergeValue() function in v8::internal::compiler::BytecodeGraphBuilder
|