Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dverifier.cc1214 bool check_no_control = node->op()->ControlOutputCount() == 0; in VerifyNode() local
1217 if (check_no_effect || check_no_control) { in VerifyNode()
1222 CHECK(!check_no_control); in VerifyNode()