Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-gimple.c301 if (needs_to_live_in_memory (t)) in is_gimple_reg()
363 return (is_gimple_variable (t) && ! needs_to_live_in_memory (t)); in is_gimple_non_addressable()
H A Dgimplify.c1084 && !needs_to_live_in_memory (t)) in gimplify_bind_expr()
3399 && needs_to_live_in_memory (*to_p)) in gimplify_modify_expr_rhs()
6384 && !needs_to_live_in_memory (parm)) in gimplify_function_tree()
6390 && !needs_to_live_in_memory (ret)) in gimplify_function_tree()
H A Dtree.h4355 extern bool needs_to_live_in_memory (tree);
H A Dtree.c7076 needs_to_live_in_memory (tree t) in needs_to_live_in_memory() function