Searched refs:got_false (Results 1 – 1 of 1) sorted by relevance
146 bool got_true = false, got_false = false; in Pre() local149 ((*it)->opcode() == IrOpcode::kIfFalse && !got_false)); in Pre()151 if ((*it)->opcode() == IrOpcode::kIfFalse) got_false = true; in Pre()