Home
last modified time | relevance | path

Searched refs:exit_control (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dgraph-builder.cc88 if (exit_control() != NULL) { in UpdateControlDependencyToLeaveFunction()
89 exit = MergeControl(exit_control(), exit); in UpdateControlDependencyToLeaveFunction()
Dgraph-builder.h120 Node* exit_control() const { return exit_control_; } in exit_control() function
Dast-graph-builder.cc109 environment()->UpdateControlDependency(exit_control()); in CreateGraph()