Searched refs:fallthrough_control (Results 1 – 2 of 2) sorted by relevance
184 Node* fallthrough_control = NodeProperties::GetControlInput(node); in InlineCandidate() local200 graph()->NewNode(common()->Branch(), check, fallthrough_control); in InlineCandidate()201 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in InlineCandidate()204 if_successes[i] = fallthrough_control; in InlineCandidate()
313 Node* fallthrough_control = control; in ReduceNamedAccess() local319 Node* this_control = fallthrough_control; in ReduceNamedAccess()333 this_controls.push_back(fallthrough_control); in ReduceNamedAccess()334 fallthrough_control = nullptr; in ReduceNamedAccess()341 fallthrough_control); in ReduceNamedAccess()342 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in ReduceNamedAccess()391 DCHECK_NULL(fallthrough_control); in ReduceNamedAccess()660 Node* fallthrough_control = control; in ReduceElementAccess() local667 Node* this_control = fallthrough_control; in ReduceElementAccess()697 fallthrough_control = nullptr; in ReduceElementAccess()[all …]