Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-copy.c359 static bool do_store_copy_prop; variable
387 if (!do_store_copy_prop in stmt_may_generate_copy()
394 return (do_store_copy_prop in stmt_may_generate_copy()
592 gcc_assert (do_store_copy_prop); in copy_prop_visit_assignment()
695 && (do_store_copy_prop in copy_prop_visit_stmt()
704 && do_store_copy_prop in copy_prop_visit_stmt()
843 || (do_store_copy_prop in copy_prop_visit_phi_node()
932 if (!do_store_copy_prop && !is_gimple_reg (def)) in init_copy_prop()
1084 do_store_copy_prop = store_copy_prop; in execute_copy_prop()