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

/external/v8/src/compiler/
H A Dast-graph-builder.h491 void UpdateControlDependency(Node* dependency) { function in class:v8::internal::compiler::AstGraphBuilder::Environment
503 UpdateControlDependency(builder()->jsgraph()->Dead());
H A Dbytecode-graph-builder.cc66 void UpdateControlDependency(Node* dependency) { function in class:v8::internal::compiler::BytecodeGraphBuilder::Environment
257 UpdateControlDependency(control);
316 UpdateControlDependency(entry);
372 UpdateControlDependency(loop_exit);
2292 environment()->UpdateControlDependency(result);
2308 environment()->UpdateControlDependency(on_exception);
2319 environment()->UpdateControlDependency(on_success);
H A Dast-graph-builder.cc727 UpdateControlDependency(loop_exit);
2935 environment_->UpdateControlDependency(result);
2945 environment_->UpdateControlDependency(on_success);
3000 UpdateControlDependency(control);
3026 UpdateControlDependency(osr_loop_entry);

Completed in 134 milliseconds