Home
last modified time | relevance | path

Searched refs:apply_hints (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-inline.cc910 bool apply_hints = (hints & (INLINE_HINT_indirect_call in want_inline_small_function_p() local
924 && growth >= inline_insns_single (e->caller, apply_hints, in want_inline_small_function_p()
926 && (apply_hints || apply_hints2 in want_inline_small_function_p()
950 && growth >= inline_insns_auto (e->caller, apply_hints, in want_inline_small_function_p()
952 && (apply_hints || apply_hints2 in want_inline_small_function_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-inline.c870 bool apply_hints = (hints & (INLINE_HINT_indirect_call in want_inline_small_function_p() local
883 && growth >= inline_insns_single (e->caller, apply_hints) in want_inline_small_function_p()
884 && (apply_hints in want_inline_small_function_p()
907 && growth >= inline_insns_auto (e->caller, apply_hints) in want_inline_small_function_p()
908 && (apply_hints in want_inline_small_function_p()