Searched refs:control_use (Results 1 – 1 of 1) sorted by relevance
162 Node* control_use = edge.from(); in Check() local163 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()