Searched refs:flag_mov_found (Results 1 – 1 of 1) sorted by relevance
5580 bool flag_mov_found[2] = {false}; in opt_drop_redundant_mov_to_flags() local5589 memset(flag_mov_found, 0, sizeof(flag_mov_found)); in opt_drop_redundant_mov_to_flags()5591 if (!flag_mov_found[inst->flag_subreg]) { in opt_drop_redundant_mov_to_flags()5592 flag_mov_found[inst->flag_subreg] = true; in opt_drop_redundant_mov_to_flags()5598 flag_mov_found[inst->flag_subreg] = false; in opt_drop_redundant_mov_to_flags()