Searched refs:then_movs (Results 1 – 1 of 1) sorted by relevance
69 int then_movs = 0; in count_movs_from_if() local71 if (then_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV || in count_movs_from_if()75 then_mov[then_movs] = inst; in count_movs_from_if()76 then_movs++; in count_movs_from_if()89 return MIN2(then_movs, else_movs); in count_movs_from_if()