Lines Matching defs:orig_x
2193 && (!bbs_ok_for_cmove_arith (then_bb, else_bb, if_info->orig_x)
2194 || !bbs_ok_for_cmove_arith (else_bb, then_bb, if_info->orig_x)))
3737 rtx orig_x, x, a, b;
3873 orig_x = x;
3874 if_info->orig_x = orig_x;
3933 else if (insn_b && side_effects_p (orig_x))
3936 x = orig_x;
3940 if (!set_b && MEM_P (orig_x))
3985 b = orig_x;
3997 if (orig_x != x)
4002 noce_emit_move_insn (orig_x, x);
4004 set_used_flags (orig_x);