Lines Matching refs:fallthrough_control
1249 Node* fallthrough_control = control;
1256 Control this_control{fallthrough_control};
1272 fallthrough_control = nullptr;
1289 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch);
1352 DCHECK_NULL(fallthrough_control);
1766 Node* fallthrough_control = control;
1773 Control this_control{fallthrough_control};
1797 fallthrough_control = nullptr;
1806 this_effect, fallthrough_control);
1808 graph()->NewNode(common()->Branch(), check, fallthrough_control);
1809 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch);
1826 DCHECK_NULL(fallthrough_control);