Home
last modified time | relevance | path

Searched refs:promote_function_return (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtarget.h674 bool (*promote_function_return) (tree fntype); member
H A Dstmt.c1542 if (targetm.calls.promote_function_return (TREE_TYPE (current_function_decl))) in expand_value_return()
H A Dcalls.c2959 if (targetm.calls.promote_function_return(funtype)) in expand_call()
H A Dfunction.c4467 if (targetm.calls.promote_function_return (TREE_TYPE (current_function_decl))) in expand_function_end()
H A DChangeLog-20039321 calls.promote_function_return hooks. Pass fndecl to
9344 (expand_function_end): Convert to calls.promote_function_return hook.
9351 calls.promote_function_return hook.