Home
last modified time | relevance | path

Searched refs:keep_with_call_p (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c4909 && (keep_with_call_p (insn) in rtl_block_ends_with_call_p()
4991 && keep_with_call_p (insn)) in rtl_flow_call_edges_add()
5035 && keep_with_call_p (NEXT_INSN (split_at_insn))) in rtl_flow_call_edges_add()
H A Drtlanal.c4148 keep_with_call_p (const rtx_insn *insn) in keep_with_call_p() function
4174 if (i2 && keep_with_call_p (i2)) in keep_with_call_p()
H A Drtl.h3579 extern bool keep_with_call_p (const rtx_insn *);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.cc5019 && (keep_with_call_p (insn) in rtl_block_ends_with_call_p()
5101 && keep_with_call_p (insn)) in rtl_flow_call_edges_add()
5145 && keep_with_call_p (NEXT_INSN (split_at_insn))) in rtl_flow_call_edges_add()
H A Drtl.h3719 extern bool keep_with_call_p (const rtx_insn *);
H A DChangeLog-200212446 * rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs.
28901 (keep_with_call_p): Fix thinko.
32343 (keep_with_call_p): Fix general_operand invocation.
32478 * cfganal.c (keep_with_call_p): Source for fixed_reg dest must
32921 (keep_with_call_p): Fix the test that determines if a register holds
32939 * cfganal.c (keep_with_call_p): New function.
H A DChangeLog-20078842 * rtlanal.c (keep_with_call_p): Use CONST_CAST_RTX.
8971 * rtlanal.c (keep_with_call_p): Use next_nonnote_insn.
9581 keep_with_call_p): Likewise.
H A DChangeLog-201420311 * rtlanal.c (keep_with_call_p): Take const rtx_insn * instead of
25723 (keep_with_call_p): Strengthen local "i2" from const_rtx to
H A DChangeLog-201032841 * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
H A DChangeLog-200429927 parms_set, find_first_parameter_load, keep_with_call_p,