Home
last modified time | relevance | path

Searched refs:default_target_can_inline_p (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtarghooks.h191 extern bool default_target_can_inline_p (tree, tree);
Dtarghooks.cc1778 default_target_can_inline_p (tree caller, tree callee) in default_target_can_inline_p() function
Dtarget.def6557 default_target_can_inline_p)
DChangeLog-200916534 * targhooks.c (default_target_can_inline_p): Rename from
16536 * targhooks.h (default_target_can_inline_p): Likewise.
DChangeLog-201719920 * targhooks.c (default_target_can_inline_p): Properly
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc1495 return default_target_can_inline_p (caller, callee); in mips_can_inline_p()