/openbsd/gnu/gcc/gcc/ |
H A D | resource.c | 364 if (find_reg_note (x, REG_SETJMP, NULL)) in mark_referenced_resources() 679 if (find_reg_note (x, REG_SETJMP, NULL)) in mark_set_resources()
|
H A D | sched-deps.c | 1176 if (find_reg_note (insn, REG_SETJMP, NULL)) in sched_analyze_insn() 1508 if (find_reg_note (insn, REG_SETJMP, NULL)) in sched_analyze()
|
H A D | cselib.c | 1397 && find_reg_note (insn, REG_SETJMP, NULL)) in cselib_process_insn()
|
H A D | recog.c | 3155 case REG_SETJMP: in peephole2_optimize()
|
H A D | cse.c | 6771 && find_reg_note (PREV_INSN (p), REG_SETJMP, NULL)) in cse_end_of_basic_block() 6821 && find_reg_note (PREV_INSN (q), REG_SETJMP, NULL))) in cse_end_of_basic_block()
|
H A D | df-problems.c | 3561 bool set_jump = (find_reg_note (insn, REG_SETJMP, NULL) != NULL); in df_ri_bb_compute()
|
H A D | calls.c | 401 REG_NOTES (call_insn) = gen_rtx_EXPR_LIST (REG_SETJMP, const0_rtx, in emit_call_1()
|
H A D | flow.c | 2215 && find_reg_note (insn, REG_SETJMP, NULL)) in propagate_block()
|
H A D | emit-rtl.c | 3207 case REG_SETJMP: in try_split()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | resource.c | 376 if (find_reg_note (x, REG_SETJMP, NULL)) 697 if (find_reg_note (x, REG_SETJMP, NULL))
|
H A D | sched-deps.c | 971 if (find_reg_note (insn, REG_SETJMP, NULL)) 1287 if (find_reg_note (insn, REG_SETJMP, NULL))
|
H A D | profile.c | 819 && find_reg_note (insn, REG_SETJMP, NULL)) in branch_prob()
|
H A D | cselib.c | 1332 && find_reg_note (insn, REG_SETJMP, NULL))
|
H A D | rtl.h | 748 REG_SETJMP, enumerator
|
H A D | gcse.c | 2524 && find_reg_note (insn, REG_SETJMP, NULL_RTX)) 6976 && find_reg_note (insn, REG_SETJMP, NULL_RTX)) in compute_store_table()
|
H A D | recog.c | 3226 case REG_SETJMP:
|
H A D | cse.c | 6989 && find_reg_note (PREV_INSN (p), REG_SETJMP, NULL)) 7040 && find_reg_note (PREV_INSN (q), REG_SETJMP, NULL)))
|
H A D | calls.c | 633 REG_NOTES (call_insn) = gen_rtx_EXPR_LIST (REG_SETJMP, const0_rtx,
|
H A D | flow.c | 2100 && find_reg_note (insn, REG_SETJMP, NULL))
|
H A D | emit-rtl.c | 3368 case REG_SETJMP:
|
H A D | reload.c | 6700 if (NON_SAVING_SETJMP && find_reg_note (p, REG_SETJMP, NULL))
|
H A D | ChangeLog.6 | 14230 * combine.c (distribute_notes): Place REG_SETJMP. 14341 need to check for REG_SETJMP note. 14344 the #ifdef NON_SAVING_SETJMP code to the new REG_SETJMP 14861 (emit_call_1): Emit REG_SETJMP note. 14862 * cse.c (cse_end_of_basic_block): Use REG_SETJMP instead 14878 (reg_note_name): Add REG_SETJMP 14879 * rtl.h (reg_note): Add REG_SETJMP.
|
H A D | reload1.c | 765 && find_reg_note (insn, REG_SETJMP, NULL))
|
H A D | loop.c | 2726 && find_reg_note (insn, REG_SETJMP, NULL))
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | rtl.texi | 3364 @findex REG_SETJMP 3365 @item REG_SETJMP
|