Searched refs:needs_to_live_in_memory (Results 1 – 4 of 4) sorted by relevance
301 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()
1084 && !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()
4355 extern bool needs_to_live_in_memory (tree);
7076 needs_to_live_in_memory (tree t) in needs_to_live_in_memory() function