Searched refs:check_no_control (Results 1 – 1 of 1) sorted by relevance
1214 bool check_no_control = node->op()->ControlOutputCount() == 0; in VerifyNode() local1217 if (check_no_effect || check_no_control) { in VerifyNode()1222 CHECK(!check_no_control); in VerifyNode()