Searched refs:GetControlDependency (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dast-graph-builder.h543 Node* GetControlDependency() { return control_dependency_; } function in class:v8::internal::compiler::AstGraphBuilder::Environment
560 return GetControlDependency()->opcode() == IrOpcode::kDead;
H A Dbytecode-graph-builder.cc52 Node* GetControlDependency() const { return control_dependency_; } function in class:v8::internal::compiler::BytecodeGraphBuilder::Environment
321 Node* control = builder()->MergeControl(GetControlDependency(),
322 other->GetControlDependency());
1632 *current_input++ = environment()->GetControlDependency();
H A Dast-graph-builder.cc4146 *current_input++ = environment_->GetControlDependency();
4222 if (GetControlDependency()->opcode() != IrOpcode::kLoop) {
4231 Node* control = builder_->MergeControl(this->GetControlDependency(),
4232 other->GetControlDependency());

Completed in 142 milliseconds