Home
last modified time | relevance | path

Searched refs:caller_tree (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-inline.c243 tree caller_tree = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (e->caller->decl); in can_inline_edge_p() local
324 else if (caller_tree != callee_tree) in can_inline_edge_p()
327 = TREE_OPTIMIZATION ((caller_tree) in can_inline_edge_p()
328 ? caller_tree in can_inline_edge_p()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-inline.c415 tree caller_tree = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (caller->decl); variable
428 else if (caller_tree != callee_tree)
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c5646 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller); in ix86_can_inline_p() local
5663 if (!caller_tree) in ix86_can_inline_p()
5664 caller_tree = target_option_default_node; in ix86_can_inline_p()
5665 if (callee_tree == caller_tree) in ix86_can_inline_p()
5668 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree); in ix86_can_inline_p()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c4467 tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller); in ix86_can_inline_p() local
4476 else if (!caller_tree) in ix86_can_inline_p()
4481 struct cl_target_option *caller_opts = TREE_TARGET_OPTION (caller_tree); in ix86_can_inline_p()