Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dverifier.cc162 Node* control_use = edge.from(); in Check() local
163 if (control_use->opcode() != IrOpcode::kIfSuccess && in Check()
164 control_use->opcode() != IrOpcode::kIfException) { in Check()
168 node->id(), node->op()->mnemonic(), control_use->id(), in Check()
169 control_use->op()->mnemonic()); in Check()
171 if (control_use->opcode() == IrOpcode::kIfSuccess) ++count_success; in Check()
172 if (control_use->opcode() == IrOpcode::kIfException) ++count_exception; in Check()