Searched refs:count_true (Results 1 – 1 of 1) sorted by relevance
197 int count_true = 0, count_false = 0; in Check() local201 if (use->opcode() == IrOpcode::kIfTrue) ++count_true; in Check()204 CHECK_EQ(1, count_true); in Check()