Home | History | Annotate | Download | only in compiler

Lines Matching full:check_no_control

1214   bool check_no_control = node->op()->ControlOutputCount() == 0;
1217 if (check_no_effect || check_no_control) {
1222 CHECK(!check_no_control);