Searched refs:set_b (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ifcvt.cc | 3733 rtx set_a, set_b; in noce_process_if_block() local 3809 set_b = NULL_RTX; in noce_process_if_block() 3813 set_b = single_set (insn_b); in noce_process_if_block() 3814 gcc_assert (set_b); in noce_process_if_block() 3816 if (!rtx_interchangeable_p (x, SET_DEST (set_b))) in noce_process_if_block() 3835 || (set_b = single_set (insn_b)) == NULL_RTX in noce_process_if_block() 3836 || ! rtx_interchangeable_p (x, SET_DEST (set_b)) in noce_process_if_block() 3837 || ! noce_operand_ok (SET_SRC (set_b)) in noce_process_if_block() 3838 || reg_overlap_mentioned_p (x, SET_SRC (set_b)) in noce_process_if_block() 3839 || modified_between_p (SET_SRC (set_b), insn_b, jump) in noce_process_if_block() [all …]
|
| D | compare-elim.cc | 661 try_validate_parallel (rtx set_a, rtx set_b) in try_validate_parallel() argument 663 rtx par = gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, set_a, set_b)); in try_validate_parallel()
|
| D | ChangeLog-2005 | 4820 if (cond) x = x; if !set_b and write into orig_x may trap
|