Searched refs:MergeControl (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Dbytecode-graph-builder.h105 Node* MergeControl(Node* control, Node* other);
H A Dast-graph-builder.h216 Node* MergeControl(Node* control, Node* other);
H A Dbytecode-graph-builder.cc255 Node* control = builder()->MergeControl(GetControlDependency(),
1975 Node* BytecodeGraphBuilder::MergeControl(Node* control, Node* other) { function in class:v8::internal::compiler::BytecodeGraphBuilder
H A Dast-graph-builder.cc4196 Node* control = builder_->MergeControl(this->GetControlDependency(),
4261 builder_->MergeControl(control, osr_loop_entry);
4310 Node* AstGraphBuilder::MergeControl(Node* control, Node* other) { function in class:v8::internal::compiler::AstGraphBuilder

Completed in 114 milliseconds