Searched refs:REG_CC_SETTER (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | reg-notes.def | 85 /* REG_CC_SETTER and REG_CC_USER link a pair of insns that set and use
|
H A D | emit-rtl.c | 3018 REG_NOTES (user) = gen_rtx_INSN_LIST (REG_CC_SETTER, insn, in link_cc0_insns() 3056 rtx note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX); in prev_cc0_setter()
|
H A D | cfgrtl.c | 2968 note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX); in insert_insn_end_bb_new()
|
H A D | final.c | 1973 rtx note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX); in final_scan_insn()
|
H A D | reorg.c | 677 rtx note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX); in delete_scheduled_jump()
|
H A D | gcse.c | 4031 note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX); in insert_insn_end_bb()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | emit-rtl.c | 3174 REG_NOTES (user) = gen_rtx_INSN_LIST (REG_CC_SETTER, insn, 3214 rtx note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX);
|
H A D | rtl.h | 681 REG_CC_SETTER, REG_CC_USER, enumerator
|
H A D | final.c | 2309 note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX);
|
H A D | reorg.c | 652 rtx note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX);
|
H A D | gcse.c | 5147 note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX);
|
H A D | ChangeLog.3 | 3661 (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | rtl.texi | 3472 @findex REG_CC_SETTER 3474 @item REG_CC_SETTER 3480 point to the insn using @code{cc0} and a @code{REG_CC_SETTER} note will
|
H A D | gccint.info | 11381 `REG_CC_SETTER' 11387 point to the insn using `cc0' and a `REG_CC_SETTER' note will be 33393 * REG_CC_SETTER: Insns. (line 493)
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | rtl.texi | 3240 @findex REG_CC_SETTER 3242 @item REG_CC_SETTER 3248 point to the insn using @code{cc0} and a @code{REG_CC_SETTER} note will
|