Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction-abi.cc224 if (tree fndecl = get_call_fndecl (insn)) in insn_callee_abi()
H A Dfinal.cc4602 tree fndecl = get_call_fndecl (insn); in self_recursive_call_p()
H A Drtl.h3610 extern tree get_call_fndecl (const rtx_insn *);
H A DChangeLog-201912507 * rtl.h (get_call_fndecl): Declare.
12510 * rtlanal.c (get_call_fndecl): Moved from final.c
12522 (get_call_fndecl): Move to rtlanal.c
H A DChangeLog13993 * rtlanal.cc (get_call_fndecl): Likewise.
H A DChangeLog-201426695 (get_call_fndecl): Likewise for param "insn".
32124 * final.c (get_call_fndecl): Declare.
36684 (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-abi.cc224 if (tree fndecl = get_call_fndecl (insn)) in insn_callee_abi()
H A Dfinal.c4975 tree fndecl = get_call_fndecl (insn); in self_recursive_call_p()
H A Drtl.h3471 extern tree get_call_fndecl (const rtx_insn *);
H A Drtlanal.c835 get_call_fndecl (const rtx_insn *insn) in get_call_fndecl() function