Home
last modified time | relevance | path

Searched refs:SIBLING_CALL_P (Results 1 – 25 of 51) sorted by relevance

123

/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.md1675 "! SIBLING_CALL_P (insn)
1688 "SIBLING_CALL_P (insn)
1701 "! SIBLING_CALL_P (insn)
1715 "SIBLING_CALL_P (insn)
1738 "SIBLING_CALL_P (insn)"
1761 "SIBLING_CALL_P (insn)"
1770 "! SIBLING_CALL_P (insn)
1783 "SIBLING_CALL_P (insn)
1810 "SIBLING_CALL_P (insn)
1832 "SIBLING_CALL_P (insn)"
[all …]
/openbsd/gnu/gcc/gcc/
H A Dcfgbuild.c110 if ((SIBLING_CALL_P (insn) in control_flow_insn_p()
364 if (code == CALL_INSN && SIBLING_CALL_P (insn)) in make_edges()
H A Dfinal.c3637 && ! SIBLING_CALL_P (insn)) in leaf_function_p()
3642 && ! SIBLING_CALL_P (XVECEXP (PATTERN (insn), 0, 0))) in leaf_function_p()
3652 && ! SIBLING_CALL_P (insn)) in leaf_function_p()
3657 && ! SIBLING_CALL_P (XVECEXP (PATTERN (insn), 0, 0))) in leaf_function_p()
H A Dstruct-equiv.c906 if (SIBLING_CALL_P (i1) != SIBLING_CALL_P (i2) in insns_match_p()
H A Dcaller-save.c455 if (SIBLING_CALL_P (insn) && current_function_return_rtx) in save_call_clobbered_regs()
H A Dcfgcleanup.c972 || SIBLING_CALL_P (i1) != SIBLING_CALL_P (i2))) in old_insns_match_p()
H A Demit-rtl.c3182 SIBLING_CALL_P (insn) = SIBLING_CALL_P (trial); in try_split()
5322 SIBLING_CALL_P (new) = SIBLING_CALL_P (insn); in emit_copy_of_insn_after()
H A Dcfgrtl.c2273 else if (CALL_P (insn) && SIBLING_CALL_P (insn)) in purge_dead_edges()
2728 && !SIBLING_CALL_P (insn) in need_fake_edge_p()
H A Dcfgexpand.c1294 if (CALL_P (last) && SIBLING_CALL_P (last)) in expand_gimple_tailcall()
H A Dexcept.c2818 if (!CALL_P (insn) || !SIBLING_CALL_P (insn)) in set_nothrow_function_flags()
2831 if (!CALL_P (insn) || !SIBLING_CALL_P (insn)) in set_nothrow_function_flags()
H A Drtl.h765 #define SIBLING_CALL_P(RTX) \ macro
H A Ddf-problems.c1491 || !(SIBLING_CALL_P (insn) in df_lr_bb_local_compute()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfinal.c3987 && ! SIBLING_CALL_P (insn)) in leaf_function_p()
3992 && ! SIBLING_CALL_P (XVECEXP (PATTERN (insn), 0, 0))) in leaf_function_p()
4002 && ! SIBLING_CALL_P (insn)) in leaf_function_p()
4007 && ! SIBLING_CALL_P (XVECEXP (PATTERN (insn), 0, 0))) in leaf_function_p()
H A Dcfgcleanup.c939 || SIBLING_CALL_P (i1) != SIBLING_CALL_P (i2)))
H A Dcfgbuild.c411 if (code == CALL_INSN && SIBLING_CALL_P (insn))
H A Dcfganal.c260 && !SIBLING_CALL_P (insn)
H A Demit-rtl.c3343 SIBLING_CALL_P (insn) = SIBLING_CALL_P (trial);
5589 SIBLING_CALL_P (new) = SIBLING_CALL_P (insn);
H A Dintegrate.c1618 SIBLING_CALL_P (copy) = SIBLING_CALL_P (insn);
H A Dunroll.c2235 SIBLING_CALL_P (copy) = SIBLING_CALL_P (insn);
H A Dexcept.c2946 if (GET_CODE (insn) != CALL_INSN || !SIBLING_CALL_P (insn)) in set_nothrow_function_flags()
2959 if (GET_CODE (insn) != CALL_INSN || !SIBLING_CALL_P (insn)) in set_nothrow_function_flags()
H A Drtl.h585 #define SIBLING_CALL_P(RTX) \ macro
H A Difcvt.c2091 && SIBLING_CALL_P (last))
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.md7077 "SIBLING_CALL_P (insn)
7087 "SIBLING_CALL_P (insn) && TARGET_SMALL_EXEC"
7095 "SIBLING_CALL_P (insn) && TARGET_CPU_ZARCH"
7118 "SIBLING_CALL_P (insn)
7138 "SIBLING_CALL_P (insn) && TARGET_CPU_ZARCH"
7163 "!SIBLING_CALL_P (insn)
7174 "!SIBLING_CALL_P (insn)
7219 "!SIBLING_CALL_P (insn)
7231 "!SIBLING_CALL_P (insn)
7315 "!SIBLING_CALL_P (insn)
[all …]
/openbsd/gnu/gcc/gcc/config/score/
H A Dscore.md1288 "SIBLING_CALL_P (insn)"
1322 "SIBLING_CALL_P (insn)"
H A Dscore.c229 SIBLING_CALL_P (insn) = 1; in th_output_mi_thunk()

123